Html Css Color HEX #DEC870 Chenin

📋 copy color: '#DEC870'

red 222 ◦ green 200 ◦ blue 112

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

Shades of Chenin #DEC870

Tints of Chenin #DEC870

RGB

 RED value IS 222 (87.11% from 255) = 41.57%

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

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 41.57%
G = 37.45%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEC870 (or 0xDEC870) is known color: Chenin. HEX triplet: DE, C8 and 70. RGB value is (222,200,112). Sum of RGB (Red+Green+Blue) = 222+200+112=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC870 is #21378F. Grayscale: #C4C4C4. Windows color (decimal): -2176912 or 7391454. OLE color: 7391454.

HSL color Cylindrical-coordinate representation of color #DEC870: hue angle of 48º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEC870 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 200 112 -
CMYK 0 0.10 0.50 0.13
HSL 48º 0.63% 0.65% -
HSV(B) 48º 0.5% 0.87% -
XYZ 53.7 58.01 23.7 -
YUV 196.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 222 200 112 0 0.10 0.50 0.13 48 0.63 0.65
Hex DE C8 70 0 A 32 D 30 3E 41
Octal 336 310 160 0 12 62 15 60 76 101
Binary 11011110 11001000 1110000 0 1010 110010 1101 110000 111110 1000001

Color Harmonies of #DEC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC870

Black with #DEC870

Text Example


Text Example

White with #DEC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC870; }

 p { color: rgb(222,200,112); }

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

background-color css

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

 a { background-color: rgb(222,200,112); }

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

border-color css

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

 span { border-color: rgb(222,200,112); }

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