Color Hex Logo

#ddb26b Color Hex

#DDB26B
(221,178,107)
0 Favorites   0 Comments

Color spaces of #ddb26b

RGB 221178107
HSL0.100.630.64
HSV37°52°87°
CMYK 0.000.190.52   0.13
XYZ48.393048.274520.6772
Yxy48.27450.41240.4114
Hunter Lab69.47992.736230.9912
CIE-Lab74.99777.024341.9343

#ddb26b color RGB value is (221,178,107).

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

The process color (four color CMYK) of #ddb26b color hex is 0.00, 0.19, 0.52, 0.13. Web safe color of #ddb26b is #cc9966. Color #ddb26b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01101011
Octal 335 262 153
Decimal 221 178 107
Hex DD B2 6B

RGB Percentages of Color #ddb26b

%43.68
%35.18
%21.15

CMYK Percentages of Color #ddb26b

%0
%19
%52
%13

Triadic Colors of #ddb26b

#ddb26b #6bddb2 #b26bdd

Analogous Colors of #ddb26b

#ddb26b #cfdd6b #dd796b

Monochromatic Colors of #ddb26b

#ddb26b

Complementary Color

#ddb26b #6b96dd

#ddb26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb26b Color CSS Codes

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

#ddb26b Text Font Color

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

This sample text font color is #ddb26b
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.


#ddb26b Background Color

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

This div background color is #ddb26b


#ddb26b Border Color

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

This div border color is #ddb26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb26b


Comments

No comments written yet.

Please login to write comment.