Color Hex Logo

#ddb467 Color Hex

#DDB467
(221,180,103)
0 Favorites   0 Comments

Color spaces of #ddb467

RGB 221180103
HSL0.110.630.64
HSV39°53°87°
CMYK 0.000.190.53   0.13
XYZ48.588248.993919.7279
Yxy48.99390.41420.4176
Hunter Lab69.99561.415232.2864
CIE-Lab75.44755.621644.4967

#ddb467 color RGB value is (221,180,103).

#ddb467 hex color red value is 221, green value is 180 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ddb467 hue: 0.11 , saturation: 0.63 and the lightness value of ddb467 is 0.64.

The process color (four color CMYK) of #ddb467 color hex is 0.00, 0.19, 0.53, 0.13. Web safe color of #ddb467 is #cccc66. Color #ddb467 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01100111
Octal 335 264 147
Decimal 221 180 103
Hex DD B4 67

RGB Percentages of Color #ddb467

%43.85
%35.71
%20.44

CMYK Percentages of Color #ddb467

%0
%19
%53
%13

Triadic Colors of #ddb467

#ddb467 #67ddb4 #b467dd

Analogous Colors of #ddb467

#ddb467 #cbdd67 #dd7967

Monochromatic Colors of #ddb467

#ddb467

Complementary Color

#ddb467 #6790dd

#ddb467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb467 Color CSS Codes

.mybgcolor {background-color:#ddb467; } 
.myforecolor {color:#ddb467; }
.mybordercolor {border:3px solid #ddb467; }

#ddb467 Text Font Color

<p style="color:#ddb467">Text here</p>

This sample text font color is #ddb467
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb467 Background Color

<div style="background-color:#ddb467">
Div content here</div>

This div background color is #ddb467


#ddb467 Border Color

<div style="border:3px solid #ddb467">
Div here</div>

This div border color is #ddb467


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,180,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb467; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb467;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb467;
  box-shadow:         1px 1px 3px 2px #ddb467; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,180,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb467">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb467;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb467;
  box-shadow:         1px 1px 3px 2px #ddb467;">
Div content here</div>

This div box has shadow with color #ddb467


Comments

No comments written yet.

Please login to write comment.