#DBB29B

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

Shades of Cashmere #DBB29B

Tints of Cashmere #DBB29B

Color information

#DBB29B (or 0xDBB29B) is unknown color: approx Cashmere. HEX triplet: DB, B2 and 9B. RGB value is (219,178,155). Sum of RGB (Red+Green+Blue) = 219+178+155=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29B is #244D64. Grayscale: #BBBBBB. Windows color (decimal): -2379109 or 10203867. OLE color: 10203867.

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

Color convert

RGB219178155-
CMYK00.190.290.14
HSL21.56º47.06%73.33%-
HSV(B)21.56º29.22%85.88%-
XYZ51.0549.2737.83-
YUV187.64109.58150.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=39.67%
G=32.25%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917815500.190.290.1421.5647.0673.33
HexDBB29B0131DE162f49
Octal33326223302335162657111
Binary110110111011001010011011010011111011110101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB29B; }

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

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

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

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

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

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

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

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