#D999A4

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

Shades of Kobi #D999A4

Tints of Kobi #D999A4

Color information

#D999A4 (or 0xD999A4) is unknown color: approx Kobi. HEX triplet: D9, 99 and A4. RGB value is (217,153,164). Sum of RGB (Red+Green+Blue) = 217+153+164=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D999A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999A4 is #26665B. Grayscale: #ADADAD. Windows color (decimal): -2516572 or 10787289. OLE color: 10787289.

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

Color convert

RGB217153164-
CMYK00.290.240.15
HSL349.69º45.71%72.55%-
HSV(B)349.69º29.49%85.1%-
XYZ46.7140.2140.42-
YUV173.39122.7159.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=40.64%
G=28.65%
B=30.71%

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
Decimal21715316400.290.240.15349.6945.7172.55
HexD999A401D18F15e2e49
Octal331231244035301753656111
Binary1101100110011001101001000111011100011111010111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999A4; }

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

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

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

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

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

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

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

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