#D59DAC

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

Shades of Kobi #D59DAC

Tints of Kobi #D59DAC

Color information

#D59DAC (or 0xD59DAC) is unknown color: approx Kobi. HEX triplet: D5, 9D and AC. RGB value is (213,157,172). Sum of RGB (Red+Green+Blue) = 213+157+172=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAC is #2A6253. Grayscale: #AFAFAF. Windows color (decimal): -2777684 or 11312597. OLE color: 11312597.

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

Color convert

RGB213157172-
CMYK00.260.190.16
HSL343.93º40%72.55%-
HSV(B)343.93º26.29%83.53%-
XYZ46.9441.2444.52-
YUV175.45126.05154.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=39.30%
G=28.97%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315717200.260.190.16343.934072.55
HexD59DAC01A13101582849
Octal325235254032232053050111
Binary11010101100111011010110001101010011100001010110001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DAC; }

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

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

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

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

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

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

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

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