#DBAE9A

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

Shades of Cashmere #DBAE9A

Tints of Cashmere #DBAE9A

Color information

#DBAE9A (or 0xDBAE9A) is unknown color: approx Cashmere. HEX triplet: DB, AE and 9A. RGB value is (219,174,154). Sum of RGB (Red+Green+Blue) = 219+174+154=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE9A is #245165. Grayscale: #B9B9B9. Windows color (decimal): -2380134 or 10137307. OLE color: 10137307.

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

Color convert

RGB219174154-
CMYK00.210.300.14
HSL18.46º47.45%73.14%-
HSV(B)18.46º29.68%85.88%-
XYZ50.1847.6737.13-
YUV185.18110.41152.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=40.04%
G=31.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917415400.210.300.1418.4647.4573.14
HexDBAE9A0151EE122f49
Octal33325623202536162257111
Binary110110111010111010011010010101111101110100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE9A; }

 p { color: rgb(219,174,154); }

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

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

 a { background-color: rgb(219,174,154); }

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

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

 span { border-color: rgb(219,174,154); }

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