Html Css Color HEX #DEC476 Chenin

📋 copy color: '#DEC476'

red 222 ◦ green 196 ◦ blue 118

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

Shades of Chenin #DEC476

Tints of Chenin #DEC476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 41.42%
G = 36.57%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEC476 (or 0xDEC476) is known color: Chenin. HEX triplet: DE, C4 and 76. RGB value is (222,196,118). Sum of RGB (Red+Green+Blue) = 222+196+118=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC476 is #213B89. Grayscale: #C3C3C3. Windows color (decimal): -2177930 or 7783646. OLE color: 7783646.

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

Color convert

RGB 222 196 118 -
CMYK 0 0.12 0.47 0.13
HSL 45º 0.61% 0.67% -
HSV(B) 45º 0.47% 0.87% -
XYZ 53.13 56.32 25.21 -
YUV 194.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 222 196 118 0 0.12 0.47 0.13 45 0.61 0.67
Hex DE C4 76 0 C 2F D 2D 3D 43
Octal 336 304 166 0 14 57 15 55 75 103
Binary 11011110 11000100 1110110 0 1100 101111 1101 101101 111101 1000011

Color Harmonies of #DEC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC476

Black with #DEC476

Text Example


Text Example

White with #DEC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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