Html Css Color HEX #DEB19A Cashmere

📋 copy color: '#DEB19A'

red 222 ◦ green 177 ◦ blue 154

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

Shades of Cashmere #DEB19A

Tints of Cashmere #DEB19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.01%

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 40.14%
G = 32.01%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEB19A (or 0xDEB19A) is known color: Cashmere. HEX triplet: DE, B1 and 9A. RGB value is (222,177,154). Sum of RGB (Red+Green+Blue) = 222+177+154=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB19A is #214E65. Grayscale: #BBBBBB. Windows color (decimal): -2182758 or 10138078. OLE color: 10138078.

HSL color Cylindrical-coordinate representation of color #DEB19A: hue angle of 20.29º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEB19A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 177 154 -
CMYK 0 0.20 0.31 0.13
HSL 20.29º 0.51% 0.74% -
HSV(B) 20.29º 0.31% 0.87% -
XYZ 51.68 49.31 37.37 -
YUV 187.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 222 177 154 0 0.20 0.31 0.13 20.29 0.51 0.74
Hex DE B1 9A 0 14 1F D 14 33 4A
Octal 336 261 232 0 24 37 15 24 63 112
Binary 11011110 10110001 10011010 0 10100 11111 1101 10100 110011 1001010

Color Harmonies of #DEB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB19A

Black with #DEB19A

Text Example


Text Example

White with #DEB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB19A; }

 p { color: rgb(222,177,154); }

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

background-color css

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

 a { background-color: rgb(222,177,154); }

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

border-color css

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

 span { border-color: rgb(222,177,154); }

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