#DA9AA6

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

Shades of Kobi #DA9AA6

Tints of Kobi #DA9AA6

Color information

#DA9AA6 (or 0xDA9AA6) is unknown color: approx Kobi. HEX triplet: DA, 9A and A6. RGB value is (218,154,166). Sum of RGB (Red+Green+Blue) = 218+154+166=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9AA6 is #256559. Grayscale: #AEAEAE. Windows color (decimal): -2450778 or 10918618. OLE color: 10918618.

HSL color Cylindrical-coordinate representation of color #DA9AA6: hue angle of 348.75º 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 #DA9AA6 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218154166-
CMYK00.290.240.15
HSL348.75º46.38%72.94%-
HSV(B)348.75º29.36%85.49%-
XYZ47.3540.7741.45-
YUV174.5123.2159.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=40.52%
G=28.62%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815416600.290.240.15348.7546.3872.94
HexDA9AA601D18F15d2e49
Octal332232246035301753556111
Binary1101101010011010101001100111011100011111010111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AA6; }

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

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

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

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

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

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

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

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