#DA99AE

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

Shades of Kobi #DA99AE

Tints of Kobi #DA99AE

Color information

#DA99AE (or 0xDA99AE) is unknown color: approx Kobi. HEX triplet: DA, 99 and AE. RGB value is (218,153,174). Sum of RGB (Red+Green+Blue) = 218+153+174=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99AE is #256651. Grayscale: #AEAEAE. Windows color (decimal): -2451026 or 11442650. OLE color: 11442650.

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

Color convert

RGB218153174-
CMYK00.300.200.15
HSL340.62º46.76%72.75%-
HSV(B)340.62º29.82%85.49%-
XYZ47.9440.7445.38-
YUV174.83127.53158.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=40%
G=28.07%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815317400.300.200.15340.6246.7672.75
HexDA99AE01E14F1552f49
Octal332231256036241752557111
Binary1101101010011001101011100111101010011111010101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA99AE; }

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

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

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

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

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

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

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

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