Html Css Color HEX #DEC874 Chenin

📋 copy color: '#DEC874'

red 222 ◦ green 200 ◦ blue 116

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

Shades of Chenin #DEC874

Tints of Chenin #DEC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.17%

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

R = 41.26%
G = 37.17%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEC874 (or 0xDEC874) is known color: Chenin. HEX triplet: DE, C8 and 74. RGB value is (222,200,116). Sum of RGB (Red+Green+Blue) = 222+200+116=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC874 is #21378B. Grayscale: #C5C5C5. Windows color (decimal): -2176908 or 7653598. OLE color: 7653598.

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

Color convert

RGB 222 200 116 -
CMYK 0 0.10 0.48 0.13
HSL 47.55º 0.62% 0.66% -
HSV(B) 47.55º 0.48% 0.87% -
XYZ 53.93 58.1 24.89 -
YUV 197 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 222 200 116 0 0.10 0.48 0.13 47.55 0.62 0.66
Hex DE C8 74 0 A 30 D 30 3E 42
Octal 336 310 164 0 12 60 15 60 76 102
Binary 11011110 11001000 1110100 0 1010 110000 1101 110000 111110 1000010

Color Harmonies of #DEC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC874

Black with #DEC874

Text Example


Text Example

White with #DEC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC874; }

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

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

background-color css

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

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

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

border-color css

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

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

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