#D999A5

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

Shades of Kobi #D999A5

Tints of Kobi #D999A5

Color information

#D999A5 (or 0xD999A5) is unknown color: approx Kobi. HEX triplet: D9, 99 and A5. RGB value is (217,153,165). Sum of RGB (Red+Green+Blue) = 217+153+165=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A5 is #26665A. Grayscale: #ADADAD. Windows color (decimal): -2516571 or 10852825. OLE color: 10852825.

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

Color convert

RGB217153165-
CMYK00.290.240.15
HSL348.75º45.71%72.55%-
HSV(B)348.75º29.49%85.1%-
XYZ46.840.2540.9-
YUV173.5123.2159.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 165 (64.84% from 255) = 30.84%
R=40.56%
G=28.60%
B=30.84%

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
Decimal21715316500.290.240.15348.7545.7172.55
HexD999A501D18F15d2e49
Octal331231245035301753556111
Binary1101100110011001101001010111011100011111010111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999A5; }

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

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

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

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

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

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

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

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