Html Css Color HEX #D1A64A Sundance

📋 copy color: '#D1A64A'

red 209 ◦ green 166 ◦ blue 74

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

Shades of Sundance #D1A64A

Tints of Sundance #D1A64A

RGB

 RED value IS 209 (82.03% from 255) = 46.55%

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

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 46.55%
G = 36.97%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1A64A (or 0xD1A64A) is known color: Sundance. HEX triplet: D1, A6 and 4A. RGB value is (209,166,74). Sum of RGB (Red+Green+Blue) = 209+166+74=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A64A is #2E59B5. Grayscale: #A8A8A8. Windows color (decimal): -3037622 or 4892369. OLE color: 4892369.

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

Color convert

RGB 209 166 74 -
CMYK 0 0.21 0.65 0.18
HSL 40.89º 0.59% 0.55% -
HSV(B) 40.89º 0.65% 0.82% -
XYZ 41.17 41.32 12.28 -
YUV 168.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 209 166 74 0 0.21 0.65 0.18 40.89 0.59 0.55
Hex D1 A6 4A 0 15 41 12 29 3B 37
Octal 321 246 112 0 25 101 22 51 73 67
Binary 11010001 10100110 1001010 0 10101 1000001 10010 101001 111011 110111

Color Harmonies of #D1A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A64A

Black with #D1A64A

Text Example


Text Example

White with #D1A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A64A; }

 p { color: rgb(209,166,74); }

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

background-color css

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

 a { background-color: rgb(209,166,74); }

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

border-color css

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

 span { border-color: rgb(209,166,74); }

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