Html Css Color HEX #DDC876 Chenin

📋 copy color: '#DDC876'

red 221 ◦ green 200 ◦ blue 118

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

Shades of Chenin #DDC876

Tints of Chenin #DDC876

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

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

R = 41%
G = 37.11%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC876 (or 0xDDC876) is known color: Chenin. HEX triplet: DD, C8 and 76. RGB value is (221,200,118). Sum of RGB (Red+Green+Blue) = 221+200+118=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC876 is #223789. Grayscale: #C5C5C5. Windows color (decimal): -2242442 or 7784669. OLE color: 7784669.

HSL color Cylindrical-coordinate representation of color #DDC876: hue angle of 47.77º 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 #DDC876 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 118 -
CMYK 0 0.10 0.47 0.13
HSL 47.77º 0.6% 0.66% -
HSV(B) 47.77º 0.47% 0.87% -
XYZ 53.74 57.99 25.5 -
YUV 196.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 221 200 118 0 0.10 0.47 0.13 47.77 0.6 0.66
Hex DD C8 76 0 A 2F D 30 3C 42
Octal 335 310 166 0 12 57 15 60 74 102
Binary 11011101 11001000 1110110 0 1010 101111 1101 110000 111100 1000010

Color Harmonies of #DDC876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC876

Black with #DDC876

Text Example


Text Example

White with #DDC876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC876; }

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

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

background-color css

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

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

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

border-color css

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

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

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