#D59DAE

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

Shades of Kobi #D59DAE

Tints of Kobi #D59DAE

Color information

#D59DAE (or 0xD59DAE) is unknown color: approx Kobi. HEX triplet: D5, 9D and AE. RGB value is (213,157,174). Sum of RGB (Red+Green+Blue) = 213+157+174=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAE is #2A6251. Grayscale: #AFAFAF. Windows color (decimal): -2777682 or 11443669. OLE color: 11443669.

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

Color convert

RGB213157174-
CMYK00.260.180.16
HSL341.79º40%72.55%-
HSV(B)341.79º26.29%83.53%-
XYZ47.1441.3245.53-
YUV175.68127.05154.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=39.15%
G=28.86%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315717400.260.180.16341.794072.55
HexD59DAE01A12101562849
Octal325235256032222052650111
Binary11010101100111011010111001101010010100001010101101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DAE; }

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

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

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

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

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

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

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

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