Html Css Color HEX #DDC976 Chenin

📋 copy color: '#DDC976'

red 221 ◦ green 201 ◦ blue 118

#DDC976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DDC976

Tints of Chenin #DDC976

RGB

 RED value IS 221 (86.72% from 255) = 40.93%

 GREEN value IS 201 (78.91% from 255) = 37.22%

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 40.93%
G = 37.22%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDC976 (or 0xDDC976) is known color: Chenin. HEX triplet: DD, C9 and 76. RGB value is (221,201,118). Sum of RGB (Red+Green+Blue) = 221+201+118=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC976 is #223689. Grayscale: #C5C5C5. Windows color (decimal): -2242186 or 7784925. OLE color: 7784925.

HSL color Cylindrical-coordinate representation of color #DDC976: hue angle of 48.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDC976 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 118 -
CMYK 0 0.09 0.47 0.13
HSL 48.35º 0.6% 0.66% -
HSV(B) 48.35º 0.47% 0.87% -
XYZ 53.98 58.45 25.58 -
YUV 197.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 221 201 118 0 0.09 0.47 0.13 48.35 0.6 0.66
Hex DD C9 76 0 9 2F D 30 3C 42
Octal 335 311 166 0 11 57 15 60 74 102
Binary 11011101 11001001 1110110 0 1001 101111 1101 110000 111100 1000010

Color Harmonies of #DDC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC976

Black with #DDC976

Text Example


Text Example

White with #DDC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC976; }

 p { color: rgb(221,201,118); }

 H1.HeaderClassName
 {
   color: #DDC976;
 }
 .AnyTagClassName
 {
   color: #DDC976;
 }
</style>

background-color css

<style>
 a { background-color: #DDC976; }

 a { background-color: rgb(221,201,118); }

 div.DivClassName
 {
   background-color: #DDC976;
 }
 .BgClassName
 {
   background-color: #DDC976;
 }
</style>

border-color css

<style>
 span { border-color: #DDC976; }

 span { border-color: rgb(221,201,118); }

 td.TdClassName
 {
   border-color: #DDC976;
 }
 .TagClassName
 {
   border-color: #DDC976;
 }
</style>