Html Css Color HEX #D59DAB Kobi

📋 copy color: '#D59DAB'

red 213 ◦ green 157 ◦ blue 171

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

Shades of Kobi #D59DAB

Tints of Kobi #D59DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 39.37%
G = 29.02%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D59DAB (or 0xD59DAB) is known color: Kobi. HEX triplet: D5, 9D and AB. RGB value is (213,157,171). Sum of RGB (Red+Green+Blue) = 213+157+171=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DAB is #2A6254. Grayscale: #AFAFAF. Windows color (decimal): -2777685 or 11247061. OLE color: 11247061.

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

Color convert

RGB 213 157 171 -
CMYK 0 0.26 0.20 0.16
HSL 345º 0.4% 0.73% -
HSV(B) 345º 0.26% 0.84% -
XYZ 46.85 41.2 44.01 -
YUV 175.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 213 157 171 0 0.26 0.20 0.16 345 0.4 0.73
Hex D5 9D AB 0 1A 14 10 159 28 49
Octal 325 235 253 0 32 24 20 531 50 111
Binary 11010101 10011101 10101011 0 11010 10100 10000 101011001 101000 1001001

Color Harmonies of #D59DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DAB

Black with #D59DAB

Text Example


Text Example

White with #D59DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DAB; }

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

 H1.HeaderClassName
 {
   color: #D59DAB;
 }
 .AnyTagClassName
 {
   color: #D59DAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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