#DBB29D

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

Shades of Cashmere #DBB29D

Tints of Cashmere #DBB29D

Color information

#DBB29D (or 0xDBB29D) is unknown color: approx Cashmere. HEX triplet: DB, B2 and 9D. RGB value is (219,178,157). Sum of RGB (Red+Green+Blue) = 219+178+157=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29D is #244D62. Grayscale: #BBBBBB. Windows color (decimal): -2379107 or 10334939. OLE color: 10334939.

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

Color convert

RGB219178157-
CMYK00.190.280.14
HSL20.32º46.27%73.73%-
HSV(B)20.32º28.31%85.88%-
XYZ51.2249.3438.72-
YUV187.86110.58150.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=39.53%
G=32.13%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917815700.190.280.1420.3246.2773.73
HexDBB29D0131CE142e4a
Octal33326223502334162456112
Binary110110111011001010011101010011111001110101001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB29D; }

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

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

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

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

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

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

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

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