Html Css Color HEX #DEC370 Chenin

📋 copy color: '#DEC370'

red 222 ◦ green 195 ◦ blue 112

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

Shades of Chenin #DEC370

Tints of Chenin #DEC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 41.97%
G = 36.86%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEC370 (or 0xDEC370) is known color: Chenin. HEX triplet: DE, C3 and 70. RGB value is (222,195,112). Sum of RGB (Red+Green+Blue) = 222+195+112=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC370 is #213C8F. Grayscale: #C1C1C1. Windows color (decimal): -2178192 or 7390174. OLE color: 7390174.

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

Color convert

RGB 222 195 112 -
CMYK 0 0.12 0.50 0.13
HSL 45.27º 0.63% 0.65% -
HSV(B) 45.27º 0.5% 0.87% -
XYZ 52.56 55.73 23.32 -
YUV 193.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 222 195 112 0 0.12 0.50 0.13 45.27 0.63 0.65
Hex DE C3 70 0 C 32 D 2D 3E 41
Octal 336 303 160 0 14 62 15 55 76 101
Binary 11011110 11000011 1110000 0 1100 110010 1101 101101 111110 1000001

Color Harmonies of #DEC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC370

Black with #DEC370

Text Example


Text Example

White with #DEC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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