Html Css Color HEX #D0A59E Eunry

📋 copy color: '#D0A59E'

red 208 ◦ green 165 ◦ blue 158

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

Shades of Eunry #D0A59E

Tints of Eunry #D0A59E

RGB

 RED value IS 208 (81.64% from 255) = 39.17%

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

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 39.17%
G = 31.07%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0A59E (or 0xD0A59E) is known color: Eunry. HEX triplet: D0, A5 and 9E. RGB value is (208,165,158). Sum of RGB (Red+Green+Blue) = 208+165+158=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A59E is #2F5A61. Grayscale: #B1B1B1. Windows color (decimal): -3103330 or 10397136. OLE color: 10397136.

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

Color convert

RGB 208 165 158 -
CMYK 0 0.21 0.24 0.18
HSL 8.4º 0.35% 0.72% -
HSV(B) 8.4º 0.24% 0.82% -
XYZ 45.64 42.79 38.2 -
YUV 177.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 208 165 158 0 0.21 0.24 0.18 8.4 0.35 0.72
Hex D0 A5 9E 0 15 18 12 8 23 48
Octal 320 245 236 0 25 30 22 10 43 110
Binary 11010000 10100101 10011110 0 10101 11000 10010 1000 100011 1001000

Color Harmonies of #D0A59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A59E

Black with #D0A59E

Text Example


Text Example

White with #D0A59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A59E; }

 p { color: rgb(208,165,158); }

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

background-color css

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

 a { background-color: rgb(208,165,158); }

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

border-color css

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

 span { border-color: rgb(208,165,158); }

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