Html Css Color HEX #D0A799 Eunry

📋 copy color: '#D0A799'

red 208 ◦ green 167 ◦ blue 153

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

Shades of Eunry #D0A799

Tints of Eunry #D0A799

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.63%

 BLUE value IS 153 (60.16% from 255) = 28.98%

R = 39.39%
G = 31.63%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0A799 (or 0xD0A799) is known color: Eunry. HEX triplet: D0, A7 and 99. RGB value is (208,167,153). Sum of RGB (Red+Green+Blue) = 208+167+153=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A799 is #2F5866. Grayscale: #B1B1B1. Windows color (decimal): -3102823 or 10069968. OLE color: 10069968.

HSL color Cylindrical-coordinate representation of color #D0A799: hue angle of 15.27º degrees, saturation: 0.37, 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 #D0A799 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 153 -
CMYK 0 0.20 0.26 0.18
HSL 15.27º 0.37% 0.71% -
HSV(B) 15.27º 0.26% 0.82% -
XYZ 45.58 43.35 36.1 -
YUV 177.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 208 167 153 0 0.20 0.26 0.18 15.27 0.37 0.71
Hex D0 A7 99 0 14 1A 12 F 25 47
Octal 320 247 231 0 24 32 22 17 45 107
Binary 11010000 10100111 10011001 0 10100 11010 10010 1111 100101 1000111

Color Harmonies of #D0A799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A799

Black with #D0A799

Text Example


Text Example

White with #D0A799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A799; }

 p { color: rgb(208,167,153); }

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

background-color css

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

 a { background-color: rgb(208,167,153); }

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

border-color css

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

 span { border-color: rgb(208,167,153); }

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