Color Hex Logo

#ddb268 Color Hex

#DDB268
(221,178,104)
0 Favorites   0 Comments

Color spaces of #ddb268

RGB 221178104
HSL0.110.630.64
HSV38°53°87°
CMYK 0.000.190.53   0.13
XYZ48.237948.212419.8602
Yxy48.21240.41470.4145
Hunter Lab69.43512.495831.6462
CIE-Lab74.95876.765643.4015

#ddb268 color RGB value is (221,178,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 01101000
Octal 335 262 150
Decimal 221 178 104
Hex DD B2 68

RGB Percentages of Color #ddb268

%43.94
%35.39
%20.68

CMYK Percentages of Color #ddb268

%0
%19
%53
%13

Triadic Colors of #ddb268

#ddb268 #68ddb2 #b268dd

Analogous Colors of #ddb268

#ddb268 #cedd68 #dd7868

Monochromatic Colors of #ddb268

#ddb268

Complementary Color

#ddb268 #6893dd

#ddb268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb268 Color CSS Codes

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

#ddb268 Text Font Color

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

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


#ddb268 Background Color

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

This div background color is #ddb268


#ddb268 Border Color

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

This div border color is #ddb268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb268


Comments

No comments written yet.

Please login to write comment.