#DAB9AF

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

Shades of Wafer #DAB9AF

Tints of Wafer #DAB9AF

Color information

#DAB9AF (or 0xDAB9AF) is unknown color: approx Wafer. HEX triplet: DA, B9 and AF. RGB value is (218,185,175). Sum of RGB (Red+Green+Blue) = 218+185+175=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9AF is #254650. Grayscale: #C1C1C1. Windows color (decimal): -2442833 or 11516378. OLE color: 11516378.

HSL color Cylindrical-coordinate representation of color #DAB9AF: hue angle of 13.95º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB9AF is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218185175-
CMYK00.150.200.15
HSL13.95º36.75%77.06%-
HSV(B)13.95º19.72%85.49%-
XYZ5452.747.88-
YUV193.73117.43145.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=37.72%
G=32.01%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818517500.150.200.1513.9536.7577.06
HexDAB9AF0F14Fe254d
Octal33227125701724171645115
Binary1101101010111001101011110111110100111111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9AF; }

 p { color: rgb(218,185,175); }

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

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

 a { background-color: rgb(218,185,175); }

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

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

 span { border-color: rgb(218,185,175); }

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