Html Css Color HEX #DEB49D Cashmere

📋 copy color: '#DEB49D'

red 222 ◦ green 180 ◦ blue 157

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

Shades of Cashmere #DEB49D

Tints of Cashmere #DEB49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.2%

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 39.71%
G = 32.2%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DEB49D (or 0xDEB49D) is known color: Cashmere. HEX triplet: DE, B4 and 9D. RGB value is (222,180,157). Sum of RGB (Red+Green+Blue) = 222+180+157=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB49D is #214B62. Grayscale: #BEBEBE. Windows color (decimal): -2181987 or 10335454. OLE color: 10335454.

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

Color convert

RGB 222 180 157 -
CMYK 0 0.19 0.29 0.13
HSL 21.23º 0.5% 0.74% -
HSV(B) 21.23º 0.29% 0.87% -
XYZ 52.53 50.61 38.9 -
YUV 189.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 222 180 157 0 0.19 0.29 0.13 21.23 0.5 0.74
Hex DE B4 9D 0 13 1D D 15 32 4A
Octal 336 264 235 0 23 35 15 25 62 112
Binary 11011110 10110100 10011101 0 10011 11101 1101 10101 110010 1001010

Color Harmonies of #DEB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB49D

Black with #DEB49D

Text Example


Text Example

White with #DEB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB49D; }

 p { color: rgb(222,180,157); }

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

background-color css

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

 a { background-color: rgb(222,180,157); }

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

border-color css

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

 span { border-color: rgb(222,180,157); }

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