#DAA1AE

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

Shades of Kobi #DAA1AE

Tints of Kobi #DAA1AE

Color information

#DAA1AE (or 0xDAA1AE) is unknown color: approx Kobi. HEX triplet: DA, A1 and AE. RGB value is (218,161,174). Sum of RGB (Red+Green+Blue) = 218+161+174=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1AE is #255E51. Grayscale: #B3B3B3. Windows color (decimal): -2448978 or 11444698. OLE color: 11444698.

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

Color convert

RGB218161174-
CMYK00.260.200.15
HSL346.32º43.51%74.31%-
HSV(B)346.32º26.15%85.49%-
XYZ49.343.4545.83-
YUV179.52124.88155.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=39.42%
G=29.11%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816117400.260.200.15346.3243.5174.31
HexDAA1AE01A14F15a2c4a
Octal332241256032241753254112
Binary1101101010100001101011100110101010011111010110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1AE; }

 p { color: rgb(218,161,174); }

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

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

 a { background-color: rgb(218,161,174); }

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

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

 span { border-color: rgb(218,161,174); }

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