#D599AB

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

Shades of Kobi #D599AB

Tints of Kobi #D599AB

Color information

#D599AB (or 0xD599AB) is unknown color: approx Kobi. HEX triplet: D5, 99 and AB. RGB value is (213,153,171). Sum of RGB (Red+Green+Blue) = 213+153+171=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D599AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599AB is #2A6654. Grayscale: #ACACAC. Windows color (decimal): -2778709 or 11246037. OLE color: 11246037.

HSL color Cylindrical-coordinate representation of color #D599AB: hue angle of 342º 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 #D599AB is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213153171-
CMYK00.280.200.16
HSL342º41.67%71.76%-
HSV(B)342º28.17%83.53%-
XYZ46.1839.8743.79-
YUV172.99126.88156.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=39.66%
G=28.49%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315317100.280.200.1634241.6771.76
HexD599AB01C14101562a48
Octal325231253034242052652110
Binary11010101100110011010101101110010100100001010101101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D599AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D599AB; }

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

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

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

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

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

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

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

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