Html Css Color HEX #D59EAB Kobi

📋 copy color: '#D59EAB'

red 213 ◦ green 158 ◦ blue 171

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

Shades of Kobi #D59EAB

Tints of Kobi #D59EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

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

R = 39.3%
G = 29.15%
B = 31.55%

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

#D59EAB (or 0xD59EAB) is known color: Kobi. HEX triplet: D5, 9E and AB. RGB value is (213,158,171). Sum of RGB (Red+Green+Blue) = 213+158+171=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAB is #2A6154. Grayscale: #AFAFAF. Windows color (decimal): -2777429 or 11247317. OLE color: 11247317.

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

Color convert

RGB 213 158 171 -
CMYK 0 0.26 0.20 0.16
HSL 345.82º 0.4% 0.73% -
HSV(B) 345.82º 0.26% 0.84% -
XYZ 47.02 41.54 44.07 -
YUV 175.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 213 158 171 0 0.26 0.20 0.16 345.82 0.4 0.73
Hex D5 9E AB 0 1A 14 10 15A 28 49
Octal 325 236 253 0 32 24 20 532 50 111
Binary 11010101 10011110 10101011 0 11010 10100 10000 101011010 101000 1001001

Color Harmonies of #D59EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EAB

Black with #D59EAB

Text Example


Text Example

White with #D59EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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