Html Css Color HEX #D0AE47 Sundance

📋 copy color: '#D0AE47'

red 208 ◦ green 174 ◦ blue 71

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

Shades of Sundance #D0AE47

Tints of Sundance #D0AE47

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

 BLUE value IS 71 (28.13% from 255) = 15.67%

R = 45.92%
G = 38.41%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0AE47 (or 0xD0AE47) is known color: Sundance. HEX triplet: D0, AE and 47. RGB value is (208,174,71). Sum of RGB (Red+Green+Blue) = 208+174+71=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AE47 is #2F51B8. Grayscale: #ACACAC. Windows color (decimal): -3101113 or 4697808. OLE color: 4697808.

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

Color convert

RGB 208 174 71 -
CMYK 0 0.16 0.66 0.18
HSL 45.11º 0.59% 0.55% -
HSV(B) 45.11º 0.66% 0.82% -
XYZ 42.29 44.14 12.25 -
YUV 172.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 208 174 71 0 0.16 0.66 0.18 45.11 0.59 0.55
Hex D0 AE 47 0 10 42 12 2D 3B 37
Octal 320 256 107 0 20 102 22 55 73 67
Binary 11010000 10101110 1000111 0 10000 1000010 10010 101101 111011 110111

Color Harmonies of #D0AE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE47

Black with #D0AE47

Text Example


Text Example

White with #D0AE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE47; }

 p { color: rgb(208,174,71); }

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

background-color css

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

 a { background-color: rgb(208,174,71); }

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

border-color css

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

 span { border-color: rgb(208,174,71); }

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