Html Css Color HEX #DEB199 Cashmere

📋 copy color: '#DEB199'

red 222 ◦ green 177 ◦ blue 153

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

Shades of Cashmere #DEB199

Tints of Cashmere #DEB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 40.22%
G = 32.07%
B = 27.72%

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

#DEB199 (or 0xDEB199) is known color: Cashmere. HEX triplet: DE, B1 and 99. RGB value is (222,177,153). Sum of RGB (Red+Green+Blue) = 222+177+153=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB199 is #214E66. Grayscale: #BBBBBB. Windows color (decimal): -2182759 or 10072542. OLE color: 10072542.

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

Color convert

RGB 222 177 153 -
CMYK 0 0.20 0.31 0.13
HSL 20.87º 0.51% 0.74% -
HSV(B) 20.87º 0.31% 0.87% -
XYZ 51.6 49.27 36.93 -
YUV 187.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 222 177 153 0 0.20 0.31 0.13 20.87 0.51 0.74
Hex DE B1 99 0 14 1F D 15 33 4A
Octal 336 261 231 0 24 37 15 25 63 112
Binary 11011110 10110001 10011001 0 10100 11111 1101 10101 110011 1001010

Color Harmonies of #DEB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB199

Black with #DEB199

Text Example


Text Example

White with #DEB199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB199; }

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

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

background-color css

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

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

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

border-color css

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

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

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