#DBB19C

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

Shades of Cashmere #DBB19C

Tints of Cashmere #DBB19C

Color information

#DBB19C (or 0xDBB19C) is unknown color: approx Cashmere. HEX triplet: DB, B1 and 9C. RGB value is (219,177,156). Sum of RGB (Red+Green+Blue) = 219+177+156=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19C is #244E63. Grayscale: #BBBBBB. Windows color (decimal): -2379364 or 10269147. OLE color: 10269147.

HSL color Cylindrical-coordinate representation of color #DBB19C: hue angle of 20º 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 #DBB19C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219177156-
CMYK00.190.290.14
HSL20º46.67%73.53%-
HSV(B)20º28.77%85.88%-
XYZ50.9448.938.21-
YUV187.16110.41150.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=39.67%
G=32.07%
B=28.26%

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
Decimal21917715600.190.290.142046.6773.53
HexDBB19C0131DE142f4a
Octal33326123402335162457112
Binary110110111011000110011100010011111011110101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB19C; }

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

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

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

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

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

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

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

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