Html Css Color HEX #D5A5A3 Eunry

📋 copy color: '#D5A5A3'

red 213 ◦ green 165 ◦ blue 163

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

Shades of Eunry #D5A5A3

Tints of Eunry #D5A5A3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.5%

 BLUE value IS 163 (64.06% from 255) = 30.13%

R = 39.37%
G = 30.5%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5A5A3 (or 0xD5A5A3) is known color: Eunry. HEX triplet: D5, A5 and A3. RGB value is (213,165,163). Sum of RGB (Red+Green+Blue) = 213+165+163=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A5A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A5A3 is #2A5A5C. Grayscale: #B3B3B3. Windows color (decimal): -2775645 or 10724821. OLE color: 10724821.

HSL color Cylindrical-coordinate representation of color #D5A5A3: hue angle of 2.4º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A5A3 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 163 -
CMYK 0 0.23 0.23 0.16
HSL 2.4º 0.37% 0.74% -
HSV(B) 2.4º 0.23% 0.84% -
XYZ 47.51 43.7 40.58 -
YUV 179.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 213 165 163 0 0.23 0.23 0.16 2.4 0.37 0.74
Hex D5 A5 A3 0 17 17 10 2 25 4A
Octal 325 245 243 0 27 27 20 2 45 112
Binary 11010101 10100101 10100011 0 10111 10111 10000 10 100101 1001010

Color Harmonies of #D5A5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A5A3

Black with #D5A5A3

Text Example


Text Example

White with #D5A5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A5A3; }

 p { color: rgb(213,165,163); }

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

background-color css

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

 a { background-color: rgb(213,165,163); }

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

border-color css

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

 span { border-color: rgb(213,165,163); }

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