Color Hex Logo

#ddd67d Color Hex

#DDD67D
(221,214,125)
0 Favorites   0 Comments

Color spaces of #ddd67d

RGB 221214125
HSL0.150.590.68
HSV56°43°87°
CMYK 0.000.030.43   0.13
XYZ57.567064.946028.9038
Yxy64.94600.38020.4289
Hunter Lab80.5891-13.523435.1476
CIE-Lab84.4559-9.959344.6628

#ddd67d color RGB value is (221,214,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 01111101
Octal 335 326 175
Decimal 221 214 125
Hex DD D6 7D

RGB Percentages of Color #ddd67d

%39.46
%38.21
%22.32

CMYK Percentages of Color #ddd67d

%0
%3
%43
%13

Triadic Colors of #ddd67d

#ddd67d #7dddd6 #d67ddd

Analogous Colors of #ddd67d

#ddd67d #b4dd7d #dda67d

Monochromatic Colors of #ddd67d

#ddd67d

Complementary Color

#ddd67d #7d84dd

#ddd67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd67d Color CSS Codes

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

#ddd67d Text Font Color

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

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


#ddd67d Background Color

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

This div background color is #ddd67d


#ddd67d Border Color

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

This div border color is #ddd67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd67d


Comments

No comments written yet.

Please login to write comment.