Html Css Color HEX #DEBB70 Chenin

📋 copy color: '#DEBB70'

red 222 ◦ green 187 ◦ blue 112

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

Shades of Chenin #DEBB70

Tints of Chenin #DEBB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 112 (44.14% from 255) = 21.5%

R = 42.61%
G = 35.89%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DEBB70 (or 0xDEBB70) is known color: Chenin. HEX triplet: DE, BB and 70. RGB value is (222,187,112). Sum of RGB (Red+Green+Blue) = 222+187+112=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB70 is #21448F. Grayscale: #BDBDBD. Windows color (decimal): -2180240 or 7388126. OLE color: 7388126.

HSL color Cylindrical-coordinate representation of color #DEBB70: hue angle of 40.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEBB70 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 187 112 -
CMYK 0 0.16 0.50 0.13
HSL 40.91º 0.63% 0.65% -
HSV(B) 40.91º 0.5% 0.87% -
XYZ 50.82 52.24 22.73 -
YUV 188.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 222 187 112 0 0.16 0.50 0.13 40.91 0.63 0.65
Hex DE BB 70 0 10 32 D 29 3E 41
Octal 336 273 160 0 20 62 15 51 76 101
Binary 11011110 10111011 1110000 0 10000 110010 1101 101001 111110 1000001

Color Harmonies of #DEBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB70

Black with #DEBB70

Text Example


Text Example

White with #DEBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB70; }

 p { color: rgb(222,187,112); }

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

background-color css

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

 a { background-color: rgb(222,187,112); }

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

border-color css

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

 span { border-color: rgb(222,187,112); }

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