#DAA0AE

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

Shades of Kobi #DAA0AE

Tints of Kobi #DAA0AE

Color information

#DAA0AE (or 0xDAA0AE) is unknown color: approx Kobi. HEX triplet: DA, A0 and AE. RGB value is (218,160,174). Sum of RGB (Red+Green+Blue) = 218+160+174=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0AE is #255F51. Grayscale: #B2B2B2. Windows color (decimal): -2449234 or 11444442. OLE color: 11444442.

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

Color convert

RGB218160174-
CMYK00.270.200.15
HSL345.52º43.94%74.12%-
HSV(B)345.52º26.61%85.49%-
XYZ49.1243.145.77-
YUV178.94125.22155.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 160 (62.89% from 255) = 28.99%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=39.49%
G=28.99%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816017400.270.200.15345.5243.9474.12
HexDAA0AE01B14F15a2c4a
Octal332240256033241753254112
Binary1101101010100000101011100110111010011111010110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0AE; }

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

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

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

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

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

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

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

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