Html Css Color HEX #DEBA72 Chenin

📋 copy color: '#DEBA72'

red 222 ◦ green 186 ◦ blue 114

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

Shades of Chenin #DEBA72

Tints of Chenin #DEBA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.63%

 BLUE value IS 114 (44.92% from 255) = 21.84%

R = 42.53%
G = 35.63%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DEBA72 (or 0xDEBA72) is known color: Chenin. HEX triplet: DE, BA and 72. RGB value is (222,186,114). Sum of RGB (Red+Green+Blue) = 222+186+114=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA72 is #21458D. Grayscale: #BCBCBC. Windows color (decimal): -2180494 or 7518942. OLE color: 7518942.

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

Color convert

RGB 222 186 114 -
CMYK 0 0.16 0.49 0.13
HSL 40º 0.62% 0.66% -
HSV(B) 40º 0.49% 0.87% -
XYZ 50.72 51.86 23.26 -
YUV 188.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 222 186 114 0 0.16 0.49 0.13 40 0.62 0.66
Hex DE BA 72 0 10 31 D 28 3E 42
Octal 336 272 162 0 20 61 15 50 76 102
Binary 11011110 10111010 1110010 0 10000 110001 1101 101000 111110 1000010

Color Harmonies of #DEBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA72

Black with #DEBA72

Text Example


Text Example

White with #DEBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA72; }

 p { color: rgb(222,186,114); }

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

background-color css

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

 a { background-color: rgb(222,186,114); }

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

border-color css

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

 span { border-color: rgb(222,186,114); }

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