#D09AAA

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

Shades of Kobi #D09AAA

Tints of Kobi #D09AAA

Color information

#D09AAA (or 0xD09AAA) is unknown color: approx Kobi. HEX triplet: D0, 9A and AA. RGB value is (208,154,170). Sum of RGB (Red+Green+Blue) = 208+154+170=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAA is #2F6555. Grayscale: #ABABAB. Windows color (decimal): -3106134 or 11180752. OLE color: 11180752.

HSL color Cylindrical-coordinate representation of color #D09AAA: hue angle of 342.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AAA is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208154170-
CMYK00.260.180.18
HSL342.22º36.49%70.98%-
HSV(B)342.22º25.96%81.57%-
XYZ44.8239.4243.28-
YUV171.97126.89153.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=39.10%
G=28.95%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815417000.260.180.18342.2236.4970.98
HexD09AAA01A12121562447
Octal320232252032222252644107
Binary11010000100110101010101001101010010100101010101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AAA; }

 p { color: rgb(208,154,170); }

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

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

 a { background-color: rgb(208,154,170); }

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

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

 span { border-color: rgb(208,154,170); }

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