Html Css Color HEX #DEB974 Chenin

📋 copy color: '#DEB974'

red 222 ◦ green 185 ◦ blue 116

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

Shades of Chenin #DEB974

Tints of Chenin #DEB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 42.45%
G = 35.37%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEB974 (or 0xDEB974) is known color: Chenin. HEX triplet: DE, B9 and 74. RGB value is (222,185,116). Sum of RGB (Red+Green+Blue) = 222+185+116=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB974 is #21468B. Grayscale: #BCBCBC. Windows color (decimal): -2180748 or 7649758. OLE color: 7649758.

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

Color convert

RGB 222 185 116 -
CMYK 0 0.17 0.48 0.13
HSL 39.06º 0.62% 0.66% -
HSV(B) 39.06º 0.48% 0.87% -
XYZ 50.63 51.49 23.79 -
YUV 188.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 222 185 116 0 0.17 0.48 0.13 39.06 0.62 0.66
Hex DE B9 74 0 11 30 D 27 3E 42
Octal 336 271 164 0 21 60 15 47 76 102
Binary 11011110 10111001 1110100 0 10001 110000 1101 100111 111110 1000010

Color Harmonies of #DEB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB974

Black with #DEB974

Text Example


Text Example

White with #DEB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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