Html Css Color HEX #DEC372 Chenin

📋 copy color: '#DEC372'

red 222 ◦ green 195 ◦ blue 114

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

Shades of Chenin #DEC372

Tints of Chenin #DEC372

RGB

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

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

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

R = 41.81%
G = 36.72%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DEC372 (or 0xDEC372) is known color: Chenin. HEX triplet: DE, C3 and 72. RGB value is (222,195,114). Sum of RGB (Red+Green+Blue) = 222+195+114=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC372 is #213C8D. Grayscale: #C2C2C2. Windows color (decimal): -2178190 or 7521246. OLE color: 7521246.

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

Color convert

RGB 222 195 114 -
CMYK 0 0.12 0.49 0.13
HSL 45º 0.62% 0.66% -
HSV(B) 45º 0.49% 0.87% -
XYZ 52.68 55.77 23.91 -
YUV 193.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 222 195 114 0 0.12 0.49 0.13 45 0.62 0.66
Hex DE C3 72 0 C 31 D 2D 3E 42
Octal 336 303 162 0 14 61 15 55 76 102
Binary 11011110 11000011 1110010 0 1100 110001 1101 101101 111110 1000010

Color Harmonies of #DEC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC372

Black with #DEC372

Text Example


Text Example

White with #DEC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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