#DBB29A

Color #DBB29A Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DBB29A

Tints of Cashmere #DBB29A

Color information

#DBB29A (or 0xDBB29A) is unknown color: approx Cashmere. HEX triplet: DB, B2 and 9A. RGB value is (219,178,154). Sum of RGB (Red+Green+Blue) = 219+178+154=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29A is #244D65. Grayscale: #BBBBBB. Windows color (decimal): -2379110 or 10138331. OLE color: 10138331.

HSL color Cylindrical-coordinate representation of color #DBB29A: hue angle of 22.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB29A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219178154-
CMYK00.190.300.14
HSL22.15º47.45%73.14%-
HSV(B)22.15º29.68%85.88%-
XYZ50.9749.2337.39-
YUV187.52109.08150.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 178 (69.92% from 255) = 32.30%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=39.75%
G=32.30%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917815400.190.300.1422.1547.4573.14
HexDBB29A0131EE162f49
Octal33326223202336162657111
Binary110110111011001010011010010011111101110101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB29A; }

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

 H1.HeaderClassName
 {
   color: #DBB29A;
 }
 .AnyTagClassName
 {
   color: #DBB29A;
 }
</style>
background-color css

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

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

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

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

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

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