Html Css Color HEX #D2A59D Eunry

📋 copy color: '#D2A59D'

red 210 ◦ green 165 ◦ blue 157

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

Shades of Eunry #D2A59D

Tints of Eunry #D2A59D

RGB

 RED value IS 210 (82.42% from 255) = 39.47%

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

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 39.47%
G = 31.02%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2A59D (or 0xD2A59D) is known color: Eunry. HEX triplet: D2, A5 and 9D. RGB value is (210,165,157). Sum of RGB (Red+Green+Blue) = 210+165+157=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A59D is #2D5A62. Grayscale: #B1B1B1. Windows color (decimal): -2972259 or 10331602. OLE color: 10331602.

HSL color Cylindrical-coordinate representation of color #D2A59D: hue angle of 9.06º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2A59D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 157 -
CMYK 0 0.21 0.25 0.18
HSL 9.06º 0.37% 0.72% -
HSV(B) 9.06º 0.25% 0.82% -
XYZ 46.12 43.05 37.78 -
YUV 177.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 210 165 157 0 0.21 0.25 0.18 9.06 0.37 0.72
Hex D2 A5 9D 0 15 19 12 9 25 48
Octal 322 245 235 0 25 31 22 11 45 110
Binary 11010010 10100101 10011101 0 10101 11001 10010 1001 100101 1001000

Color Harmonies of #D2A59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A59D

Black with #D2A59D

Text Example


Text Example

White with #D2A59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A59D; }

 p { color: rgb(210,165,157); }

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

background-color css

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

 a { background-color: rgb(210,165,157); }

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

border-color css

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

 span { border-color: rgb(210,165,157); }

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