Html Css Color HEX #D0A59A Eunry

📋 copy color: '#D0A59A'

red 208 ◦ green 165 ◦ blue 154

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

Shades of Eunry #D0A59A

Tints of Eunry #D0A59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.22%

R = 39.47%
G = 31.31%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0A59A (or 0xD0A59A) is known color: Eunry. HEX triplet: D0, A5 and 9A. RGB value is (208,165,154). Sum of RGB (Red+Green+Blue) = 208+165+154=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A59A is #2F5A65. Grayscale: #B0B0B0. Windows color (decimal): -3103334 or 10134992. OLE color: 10134992.

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

Color convert

RGB 208 165 154 -
CMYK 0 0.21 0.26 0.18
HSL 12.22º 0.36% 0.71% -
HSV(B) 12.22º 0.26% 0.82% -
XYZ 45.3 42.65 36.42 -
YUV 176.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 208 165 154 0 0.21 0.26 0.18 12.22 0.36 0.71
Hex D0 A5 9A 0 15 1A 12 C 24 47
Octal 320 245 232 0 25 32 22 14 44 107
Binary 11010000 10100101 10011010 0 10101 11010 10010 1100 100100 1000111

Color Harmonies of #D0A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A59A

Black with #D0A59A

Text Example


Text Example

White with #D0A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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