#D99AA5

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

Shades of Kobi #D99AA5

Tints of Kobi #D99AA5

Color information

#D99AA5 (or 0xD99AA5) is unknown color: approx Kobi. HEX triplet: D9, 9A and A5. RGB value is (217,154,165). Sum of RGB (Red+Green+Blue) = 217+154+165=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99AA5 is #26655A. Grayscale: #AEAEAE. Windows color (decimal): -2516315 or 10853081. OLE color: 10853081.

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

Color convert

RGB217154165-
CMYK00.290.240.15
HSL349.52º45.32%72.75%-
HSV(B)349.52º29.03%85.1%-
XYZ46.9640.5840.95-
YUV174.09122.87158.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=40.49%
G=28.73%
B=30.78%

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
Decimal21715416500.290.240.15349.5245.3272.75
HexD99AA501D18F15e2d49
Octal331232245035301753655111
Binary1101100110011010101001010111011100011111010111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AA5; }

 p { color: rgb(217,154,165); }

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

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

 a { background-color: rgb(217,154,165); }

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

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

 span { border-color: rgb(217,154,165); }

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