Html Css Color HEX #DEC974 Chenin

📋 copy color: '#DEC974'

red 222 ◦ green 201 ◦ blue 116

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

Shades of Chenin #DEC974

Tints of Chenin #DEC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

 BLUE value IS 116 (45.7% from 255) = 21.52%

R = 41.19%
G = 37.29%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEC974 (or 0xDEC974) is known color: Chenin. HEX triplet: DE, C9 and 74. RGB value is (222,201,116). Sum of RGB (Red+Green+Blue) = 222+201+116=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC974 is #21368B. Grayscale: #C5C5C5. Windows color (decimal): -2176652 or 7653854. OLE color: 7653854.

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

Color convert

RGB 222 201 116 -
CMYK 0 0.09 0.48 0.13
HSL 48.11º 0.62% 0.66% -
HSV(B) 48.11º 0.48% 0.87% -
XYZ 54.16 58.56 24.97 -
YUV 197.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 222 201 116 0 0.09 0.48 0.13 48.11 0.62 0.66
Hex DE C9 74 0 9 30 D 30 3E 42
Octal 336 311 164 0 11 60 15 60 76 102
Binary 11011110 11001001 1110100 0 1001 110000 1101 110000 111110 1000010

Color Harmonies of #DEC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC974

Black with #DEC974

Text Example


Text Example

White with #DEC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC974; }

 p { color: rgb(222,201,116); }

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

background-color css

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

 a { background-color: rgb(222,201,116); }

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

border-color css

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

 span { border-color: rgb(222,201,116); }

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