Color Hex Logo

#ddb068 Color Hex

#DDB068
(221,176,104)
0 Favorites   0 Comments

Color spaces of #ddb068

RGB 221176104
HSL0.100.630.64
HSV37°53°87°
CMYK 0.000.200.53   0.13
XYZ47.842847.422319.7285
Yxy47.42230.41600.4124
Hunter Lab68.86393.500231.2190
CIE-Lab74.45917.827242.7913

#ddb068 color RGB value is (221,176,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 01101000
Octal 335 260 150
Decimal 221 176 104
Hex DD B0 68

RGB Percentages of Color #ddb068

%44.11
%35.13
%20.76

CMYK Percentages of Color #ddb068

%0
%20
%53
%13

Triadic Colors of #ddb068

#ddb068 #68ddb0 #b068dd

Analogous Colors of #ddb068

#ddb068 #d0dd68 #dd7668

Monochromatic Colors of #ddb068

#ddb068

Complementary Color

#ddb068 #6895dd

#ddb068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb068 Color CSS Codes

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

#ddb068 Text Font Color

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

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


#ddb068 Background Color

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

This div background color is #ddb068


#ddb068 Border Color

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

This div border color is #ddb068


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,176,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 #ddb068">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb068


Comments

No comments written yet.

Please login to write comment.