Html Css Color HEX #DEB29A Cashmere

📋 copy color: '#DEB29A'

red 222 ◦ green 178 ◦ blue 154

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

Shades of Cashmere #DEB29A

Tints of Cashmere #DEB29A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.13%

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

R = 40.07%
G = 32.13%
B = 27.8%

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

#DEB29A (or 0xDEB29A) is known color: Cashmere. HEX triplet: DE, B2 and 9A. RGB value is (222,178,154). Sum of RGB (Red+Green+Blue) = 222+178+154=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB29A is #214D65. Grayscale: #BCBCBC. Windows color (decimal): -2182502 or 10138334. OLE color: 10138334.

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

Color convert

RGB 222 178 154 -
CMYK 0 0.20 0.31 0.13
HSL 21.18º 0.51% 0.74% -
HSV(B) 21.18º 0.31% 0.87% -
XYZ 51.88 49.7 37.43 -
YUV 188.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 222 178 154 0 0.20 0.31 0.13 21.18 0.51 0.74
Hex DE B2 9A 0 14 1F D 15 33 4A
Octal 336 262 232 0 24 37 15 25 63 112
Binary 11011110 10110010 10011010 0 10100 11111 1101 10101 110011 1001010

Color Harmonies of #DEB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB29A

Black with #DEB29A

Text Example


Text Example

White with #DEB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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