Html Css Color HEX #DDC872 Chenin

📋 copy color: '#DDC872'

red 221 ◦ green 200 ◦ blue 114

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

Shades of Chenin #DDC872

Tints of Chenin #DDC872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.31%

R = 41.31%
G = 37.38%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC872 (or 0xDDC872) is known color: Chenin. HEX triplet: DD, C8 and 72. RGB value is (221,200,114). Sum of RGB (Red+Green+Blue) = 221+200+114=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC872 is #22378D. Grayscale: #C4C4C4. Windows color (decimal): -2242446 or 7522525. OLE color: 7522525.

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

Color convert

RGB 221 200 114 -
CMYK 0 0.10 0.48 0.13
HSL 48.22º 0.61% 0.66% -
HSV(B) 48.22º 0.48% 0.87% -
XYZ 53.51 57.9 24.27 -
YUV 196.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 221 200 114 0 0.10 0.48 0.13 48.22 0.61 0.66
Hex DD C8 72 0 A 30 D 30 3D 42
Octal 335 310 162 0 12 60 15 60 75 102
Binary 11011101 11001000 1110010 0 1010 110000 1101 110000 111101 1000010

Color Harmonies of #DDC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC872

Black with #DDC872

Text Example


Text Example

White with #DDC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC872; }

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

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

background-color css

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

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

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

border-color css

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

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

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