Html Css Color HEX #DEBA74 Chenin

📋 copy color: '#DEBA74'

red 222 ◦ green 186 ◦ blue 116

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

Shades of Chenin #DEBA74

Tints of Chenin #DEBA74

RGB

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

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

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

R = 42.37%
G = 35.5%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEBA74 (or 0xDEBA74) is known color: Chenin. HEX triplet: DE, BA and 74. RGB value is (222,186,116). Sum of RGB (Red+Green+Blue) = 222+186+116=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA74 is #21458B. Grayscale: #BDBDBD. Windows color (decimal): -2180492 or 7650014. OLE color: 7650014.

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

Color convert

RGB 222 186 116 -
CMYK 0 0.16 0.48 0.13
HSL 39.62º 0.62% 0.66% -
HSV(B) 39.62º 0.48% 0.87% -
XYZ 50.84 51.91 23.86 -
YUV 188.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 222 186 116 0 0.16 0.48 0.13 39.62 0.62 0.66
Hex DE BA 74 0 10 30 D 28 3E 42
Octal 336 272 164 0 20 60 15 50 76 102
Binary 11011110 10111010 1110100 0 10000 110000 1101 101000 111110 1000010

Color Harmonies of #DEBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA74

Black with #DEBA74

Text Example


Text Example

White with #DEBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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