Html Css Color HEX #DEB49C Cashmere

📋 copy color: '#DEB49C'

red 222 ◦ green 180 ◦ blue 156

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

Shades of Cashmere #DEB49C

Tints of Cashmere #DEB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 39.78%
G = 32.26%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DEB49C (or 0xDEB49C) is known color: Cashmere. HEX triplet: DE, B4 and 9C. RGB value is (222,180,156). Sum of RGB (Red+Green+Blue) = 222+180+156=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB49C is #214B63. Grayscale: #BDBDBD. Windows color (decimal): -2181988 or 10269918. OLE color: 10269918.

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

Color convert

RGB 222 180 156 -
CMYK 0 0.19 0.30 0.13
HSL 21.82º 0.5% 0.74% -
HSV(B) 21.82º 0.3% 0.87% -
XYZ 52.45 50.57 38.45 -
YUV 189.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 222 180 156 0 0.19 0.30 0.13 21.82 0.5 0.74
Hex DE B4 9C 0 13 1E D 16 32 4A
Octal 336 264 234 0 23 36 15 26 62 112
Binary 11011110 10110100 10011100 0 10011 11110 1101 10110 110010 1001010

Color Harmonies of #DEB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB49C

Black with #DEB49C

Text Example


Text Example

White with #DEB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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