Html Css Color HEX #D0A649 Sundance

📋 copy color: '#D0A649'

red 208 ◦ green 166 ◦ blue 73

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

Shades of Sundance #D0A649

Tints of Sundance #D0A649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 73 (28.91% from 255) = 16.33%

R = 46.53%
G = 37.14%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0A649 (or 0xD0A649) is known color: Sundance. HEX triplet: D0, A6 and 49. RGB value is (208,166,73). Sum of RGB (Red+Green+Blue) = 208+166+73=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A649 is #2F59B6. Grayscale: #A8A8A8. Windows color (decimal): -3103159 or 4826832. OLE color: 4826832.

HSL color Cylindrical-coordinate representation of color #D0A649: hue angle of 41.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0A649 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 73 -
CMYK 0 0.20 0.65 0.18
HSL 41.33º 0.59% 0.55% -
HSV(B) 41.33º 0.65% 0.82% -
XYZ 40.85 41.16 12.1 -
YUV 167.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 208 166 73 0 0.20 0.65 0.18 41.33 0.59 0.55
Hex D0 A6 49 0 14 41 12 29 3B 37
Octal 320 246 111 0 24 101 22 51 73 67
Binary 11010000 10100110 1001001 0 10100 1000001 10010 101001 111011 110111

Color Harmonies of #D0A649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A649

Black with #D0A649

Text Example


Text Example

White with #D0A649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A649; }

 p { color: rgb(208,166,73); }

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

background-color css

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

 a { background-color: rgb(208,166,73); }

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

border-color css

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

 span { border-color: rgb(208,166,73); }

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