Html Css Color HEX #DEC070 Chenin

📋 copy color: '#DEC070'

red 222 ◦ green 192 ◦ blue 112

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

Shades of Chenin #DEC070

Tints of Chenin #DEC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.5%

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

R = 42.21%
G = 36.5%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEC070 (or 0xDEC070) is known color: Chenin. HEX triplet: DE, C0 and 70. RGB value is (222,192,112). Sum of RGB (Red+Green+Blue) = 222+192+112=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC070 is #213F8F. Grayscale: #C0C0C0. Windows color (decimal): -2178960 or 7389406. OLE color: 7389406.

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

Color convert

RGB 222 192 112 -
CMYK 0 0.14 0.50 0.13
HSL 43.64º 0.63% 0.65% -
HSV(B) 43.64º 0.5% 0.87% -
XYZ 51.9 54.4 23.09 -
YUV 191.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 222 192 112 0 0.14 0.50 0.13 43.64 0.63 0.65
Hex DE C0 70 0 E 32 D 2C 3E 41
Octal 336 300 160 0 16 62 15 54 76 101
Binary 11011110 11000000 1110000 0 1110 110010 1101 101100 111110 1000001

Color Harmonies of #DEC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC070

Black with #DEC070

Text Example


Text Example

White with #DEC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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