Html Css Color HEX #DEC472 Chenin

📋 copy color: '#DEC472'

red 222 ◦ green 196 ◦ blue 114

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

Shades of Chenin #DEC472

Tints of Chenin #DEC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 41.73%
G = 36.84%
B = 21.43%

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

#DEC472 (or 0xDEC472) is known color: Chenin. HEX triplet: DE, C4 and 72. RGB value is (222,196,114). Sum of RGB (Red+Green+Blue) = 222+196+114=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC472 is #213B8D. Grayscale: #C2C2C2. Windows color (decimal): -2177934 or 7521502. OLE color: 7521502.

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

Color convert

RGB 222 196 114 -
CMYK 0 0.12 0.49 0.13
HSL 45.56º 0.62% 0.66% -
HSV(B) 45.56º 0.49% 0.87% -
XYZ 52.9 56.22 23.98 -
YUV 194.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 222 196 114 0 0.12 0.49 0.13 45.56 0.62 0.66
Hex DE C4 72 0 C 31 D 2E 3E 42
Octal 336 304 162 0 14 61 15 56 76 102
Binary 11011110 11000100 1110010 0 1100 110001 1101 101110 111110 1000010

Color Harmonies of #DEC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC472

Black with #DEC472

Text Example


Text Example

White with #DEC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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