Html Css Color HEX #D0A648 Sundance

📋 copy color: '#D0A648'

red 208 ◦ green 166 ◦ blue 72

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

Shades of Sundance #D0A648

Tints of Sundance #D0A648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.14%

R = 46.64%
G = 37.22%
B = 16.14%

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

#D0A648 (or 0xD0A648) is known color: Sundance. HEX triplet: D0, A6 and 48. RGB value is (208,166,72). Sum of RGB (Red+Green+Blue) = 208+166+72=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A648 is #2F59B7. Grayscale: #A8A8A8. Windows color (decimal): -3103160 or 4761296. OLE color: 4761296.

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

Color convert

RGB 208 166 72 -
CMYK 0 0.20 0.65 0.18
HSL 41.47º 0.59% 0.55% -
HSV(B) 41.47º 0.65% 0.82% -
XYZ 40.82 41.15 11.92 -
YUV 167.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 208 166 72 0 0.20 0.65 0.18 41.47 0.59 0.55
Hex D0 A6 48 0 14 41 12 29 3B 37
Octal 320 246 110 0 24 101 22 51 73 67
Binary 11010000 10100110 1001000 0 10100 1000001 10010 101001 111011 110111

Color Harmonies of #D0A648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A648

Black with #D0A648

Text Example


Text Example

White with #D0A648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A648; }

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

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

background-color css

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

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

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

border-color css

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

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

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