#DA9AA7

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

Shades of Kobi #DA9AA7

Tints of Kobi #DA9AA7

Color information

#DA9AA7 (or 0xDA9AA7) is unknown color: approx Kobi. HEX triplet: DA, 9A and A7. RGB value is (218,154,167). Sum of RGB (Red+Green+Blue) = 218+154+167=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9AA7 is #256558. Grayscale: #AEAEAE. Windows color (decimal): -2450777 or 10984154. OLE color: 10984154.

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

Color convert

RGB218154167-
CMYK00.290.230.15
HSL347.81º46.38%72.94%-
HSV(B)347.81º29.36%85.49%-
XYZ47.4440.8141.94-
YUV174.62123.7158.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=40.45%
G=28.57%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815416700.290.230.15347.8146.3872.94
HexDA9AA701D17F15c2e49
Octal332232247035271753456111
Binary1101101010011010101001110111011011111111010111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AA7; }

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

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

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

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

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

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

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

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