Color Hex Logo

#ddd67b Color Hex

#DDD67B
(221,214,123)
0 Favorites   0 Comments

Color spaces of #ddd67b

RGB 221214123
HSL0.150.590.67
HSV56°44°87°
CMYK 0.000.030.44   0.13
XYZ57.440564.895328.2375
Yxy64.89530.38150.4310
Hunter Lab80.5576-13.698935.6077
CIE-Lab84.4298-10.156745.6131

#ddd67b color RGB value is (221,214,123).

#ddd67b hex color red value is 221, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddd67b hue: 0.15 , saturation: 0.59 and the lightness value of ddd67b is 0.67.

The process color (four color CMYK) of #ddd67b color hex is 0.00, 0.03, 0.44, 0.13. Web safe color of #ddd67b is #cccc66. Color #ddd67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01111011
Octal 335 326 173
Decimal 221 214 123
Hex DD D6 7B

RGB Percentages of Color #ddd67b

%39.61
%38.35
%22.04

CMYK Percentages of Color #ddd67b

%0
%3
%44
%13

Triadic Colors of #ddd67b

#ddd67b #7bddd6 #d67bdd

Analogous Colors of #ddd67b

#ddd67b #b3dd7b #dda57b

Monochromatic Colors of #ddd67b

#ddd67b

Complementary Color

#ddd67b #7b82dd

#ddd67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd67b Color CSS Codes

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

#ddd67b Text Font Color

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

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


#ddd67b Background Color

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

This div background color is #ddd67b


#ddd67b Border Color

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

This div border color is #ddd67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd67b


Comments

No comments written yet.

Please login to write comment.