Html Css Color HEX #D5ABA1 Eunry

📋 copy color: '#D5ABA1'

red 213 ◦ green 171 ◦ blue 161

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

Shades of Eunry #D5ABA1

Tints of Eunry #D5ABA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 29.54%

R = 39.08%
G = 31.38%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D5ABA1 (or 0xD5ABA1) is known color: Eunry. HEX triplet: D5, AB and A1. RGB value is (213,171,161). Sum of RGB (Red+Green+Blue) = 213+171+161=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA1 is #2A545E. Grayscale: #B6B6B6. Windows color (decimal): -2774111 or 10595285. OLE color: 10595285.

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

Color convert

RGB 213 171 161 -
CMYK 0 0.20 0.24 0.16
HSL 11.54º 0.38% 0.73% -
HSV(B) 11.54º 0.24% 0.84% -
XYZ 48.44 45.85 40.01 -
YUV 182.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 213 171 161 0 0.20 0.24 0.16 11.54 0.38 0.73
Hex D5 AB A1 0 14 18 10 C 26 49
Octal 325 253 241 0 24 30 20 14 46 111
Binary 11010101 10101011 10100001 0 10100 11000 10000 1100 100110 1001001

Color Harmonies of #D5ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABA1

Black with #D5ABA1

Text Example


Text Example

White with #D5ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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