#DBAF94

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

Shades of Cashmere #DBAF94

Tints of Cashmere #DBAF94

Color information

#DBAF94 (or 0xDBAF94) is unknown color: approx Cashmere. HEX triplet: DB, AF and 94. RGB value is (219,175,148). Sum of RGB (Red+Green+Blue) = 219+175+148=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF94 is #24506B. Grayscale: #B9B9B9. Windows color (decimal): -2379884 or 9744347. OLE color: 9744347.

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

Color convert

RGB219175148-
CMYK00.200.320.14
HSL22.82º49.65%71.96%-
HSV(B)22.82º32.42%85.88%-
XYZ49.8947.8634.63-
YUV185.08107.08152.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=40.41%
G=32.29%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917514800.200.320.1422.8249.6571.96
HexDBAF9401420E173248
Octal33325722402440162762110
Binary1101101110101111100101000101001000001110101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF94; }

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

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

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

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

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

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

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

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