Color Hex Logo

#ddc95d Color Hex

#DDC95D
(221,201,93)
0 Favorites   0 Comments

Color spaces of #ddc95d

RGB 22120193
HSL0.140.650.62
HSV51°58°87°
CMYK 0.000.090.58   0.13
XYZ52.681257.935818.7620
Yxy57.93580.40720.4478
Hunter Lab76.1156-9.658638.6663
CIE-Lab80.7031-6.106955.4360

#ddc95d color RGB value is (221,201,93).

#ddc95d hex color red value is 221, green value is 201 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ddc95d hue: 0.14 , saturation: 0.65 and the lightness value of ddc95d is 0.62.

The process color (four color CMYK) of #ddc95d color hex is 0.00, 0.09, 0.58, 0.13. Web safe color of #ddc95d is #cccc66. Color #ddc95d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 01011101
Octal 335 311 135
Decimal 221 201 93
Hex DD C9 5D

RGB Percentages of Color #ddc95d

%42.91
%39.03
%18.06

CMYK Percentages of Color #ddc95d

%0
%9
%58
%13

Triadic Colors of #ddc95d

#ddc95d #5dddc9 #c95ddd

Analogous Colors of #ddc95d

#ddc95d #b1dd5d #dd895d

Monochromatic Colors of #ddc95d

#ddc95d

Complementary Color

#ddc95d #5d71dd

#ddc95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc95d Color CSS Codes

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

#ddc95d Text Font Color

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

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


#ddc95d Background Color

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

This div background color is #ddc95d


#ddc95d Border Color

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

This div border color is #ddc95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc95d


Comments

No comments written yet.

Please login to write comment.