Html Css Color HEX #D59DAC Kobi

📋 copy color: '#D59DAC'

red 213 ◦ green 157 ◦ blue 172

#D59DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D59DAC

Tints of Kobi #D59DAC

RGB

 RED value IS 213 (83.59% from 255) = 39.3%

 GREEN value IS 157 (61.72% from 255) = 28.97%

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 39.3%
G = 28.97%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D59DAC (or 0xD59DAC) is known color: 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

RGB 213 157 172 -
CMYK 0 0.26 0.19 0.16
HSL 343.93º 0.4% 0.73% -
HSV(B) 343.93º 0.26% 0.84% -
XYZ 46.94 41.24 44.52 -
YUV 175.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 213 157 172 0 0.26 0.19 0.16 343.93 0.4 0.73
Hex D5 9D AC 0 1A 13 10 158 28 49
Octal 325 235 254 0 32 23 20 530 50 111
Binary 11010101 10011101 10101100 0 11010 10011 10000 101011000 101000 1001001

Color Harmonies of #D59DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DAC

Black with #D59DAC

Text Example


Text Example

White with #D59DAC

Text Example


Text Example

HTML Codes & Css Web 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>