#DA9AAE

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

Shades of Kobi #DA9AAE

Tints of Kobi #DA9AAE

Color information

#DA9AAE (or 0xDA9AAE) is unknown color: approx Kobi. HEX triplet: DA, 9A and AE. RGB value is (218,154,174). Sum of RGB (Red+Green+Blue) = 218+154+174=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9AAE is #256551. Grayscale: #AFAFAF. Windows color (decimal): -2450770 or 11442906. OLE color: 11442906.

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

Color convert

RGB218154174-
CMYK00.290.200.15
HSL341.25º46.38%72.94%-
HSV(B)341.25º29.36%85.49%-
XYZ48.1141.0745.44-
YUV175.42127.2158.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=39.93%
G=28.21%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815417400.290.200.15341.2546.3872.94
HexDA9AAE01D14F1552e49
Octal332232256035241752556111
Binary1101101010011010101011100111011010011111010101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AAE; }

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

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

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

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

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

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

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

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