#DBB29C

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

Shades of Cashmere #DBB29C

Tints of Cashmere #DBB29C

Color information

#DBB29C (or 0xDBB29C) is unknown color: approx Cashmere. HEX triplet: DB, B2 and 9C. RGB value is (219,178,156). Sum of RGB (Red+Green+Blue) = 219+178+156=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB29C is #244D63. Grayscale: #BBBBBB. Windows color (decimal): -2379108 or 10269403. OLE color: 10269403.

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

Color convert

RGB219178156-
CMYK00.190.290.14
HSL20.95º46.67%73.53%-
HSV(B)20.95º28.77%85.88%-
XYZ51.1349.338.27-
YUV187.75110.08150.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=39.60%
G=32.19%
B=28.21%

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
Decimal21917815600.190.290.1420.9546.6773.53
HexDBB29C0131DE152f4a
Octal33326223402335162557112
Binary110110111011001010011100010011111011110101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB29C; }

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

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

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

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

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

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

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

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