Html Css Color HEX #D5AB9F Eunry

📋 copy color: '#D5AB9F'

red 213 ◦ green 171 ◦ blue 159

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

Shades of Eunry #D5AB9F

Tints of Eunry #D5AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

 BLUE value IS 159 (62.5% from 255) = 29.28%

R = 39.23%
G = 31.49%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5AB9F (or 0xD5AB9F) is known color: Eunry. HEX triplet: D5, AB and 9F. RGB value is (213,171,159). Sum of RGB (Red+Green+Blue) = 213+171+159=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB9F is #2A5460. Grayscale: #B6B6B6. Windows color (decimal): -2774113 or 10464213. OLE color: 10464213.

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

Color convert

RGB 213 171 159 -
CMYK 0 0.20 0.25 0.16
HSL 13.33º 0.39% 0.73% -
HSV(B) 13.33º 0.25% 0.84% -
XYZ 48.26 45.78 39.09 -
YUV 182.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 213 171 159 0 0.20 0.25 0.16 13.33 0.39 0.73
Hex D5 AB 9F 0 14 19 10 D 27 49
Octal 325 253 237 0 24 31 20 15 47 111
Binary 11010101 10101011 10011111 0 10100 11001 10000 1101 100111 1001001

Color Harmonies of #D5AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB9F

Black with #D5AB9F

Text Example


Text Example

White with #D5AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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