#D599AE

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

Shades of Kobi #D599AE

Tints of Kobi #D599AE

Color information

#D599AE (or 0xD599AE) is unknown color: approx Kobi. HEX triplet: D5, 99 and AE. RGB value is (213,153,174). Sum of RGB (Red+Green+Blue) = 213+153+174=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D599AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599AE is #2A6651. Grayscale: #ADADAD. Windows color (decimal): -2778706 or 11442645. OLE color: 11442645.

HSL color Cylindrical-coordinate representation of color #D599AE: hue angle of 339º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599AE is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213153174-
CMYK00.280.180.16
HSL339º41.67%71.76%-
HSV(B)339º28.17%83.53%-
XYZ46.4739.9845.31-
YUV173.33128.38156.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=39.44%
G=28.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315317400.280.180.1633941.6771.76
HexD599AE01C12101532a48
Octal325231256034222052352110
Binary11010101100110011010111001110010010100001010100111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599AE; }

 p { color: rgb(213,153,174); }

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

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

 a { background-color: rgb(213,153,174); }

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

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

 span { border-color: rgb(213,153,174); }

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