#DBB194

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

Shades of Cashmere #DBB194

Tints of Cashmere #DBB194

Color information

#DBB194 (or 0xDBB194) is unknown color: approx Cashmere. HEX triplet: DB, B1 and 94. RGB value is (219,177,148). Sum of RGB (Red+Green+Blue) = 219+177+148=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB194 is #244E6B. Grayscale: #BABABA. Windows color (decimal): -2379372 or 9744859. OLE color: 9744859.

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

Color convert

RGB219177148-
CMYK00.190.320.14
HSL24.51º49.65%71.96%-
HSV(B)24.51º32.42%85.88%-
XYZ50.2848.6434.76-
YUV186.25106.41151.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=40.26%
G=32.54%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917714800.190.320.1424.5149.6571.96
HexDBB19401320E193248
Octal33326122402340163162110
Binary1101101110110001100101000100111000001110110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB194; }

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

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

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

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

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

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

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

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