Html Css Color HEX #D2A447 Sundance

📋 copy color: '#D2A447'

red 210 ◦ green 164 ◦ blue 71

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

Shades of Sundance #D2A447

Tints of Sundance #D2A447

RGB

 RED value IS 210 (82.42% from 255) = 47.19%

 GREEN value IS 164 (64.45% from 255) = 36.85%

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

R = 47.19%
G = 36.85%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D2A447 (or 0xD2A447) is known color: Sundance. HEX triplet: D2, A4 and 47. RGB value is (210,164,71). Sum of RGB (Red+Green+Blue) = 210+164+71=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A447 is #2D5BB8. Grayscale: #A7A7A7. Windows color (decimal): -2972601 or 4695250. OLE color: 4695250.

HSL color Cylindrical-coordinate representation of color #D2A447: hue angle of 40.14º degrees, saturation: 0.61, 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 #D2A447 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 164 71 -
CMYK 0 0.22 0.66 0.18
HSL 40.14º 0.61% 0.55% -
HSV(B) 40.14º 0.66% 0.82% -
XYZ 40.99 40.71 11.66 -
YUV 167.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 210 164 71 0 0.22 0.66 0.18 40.14 0.61 0.55
Hex D2 A4 47 0 16 42 12 28 3D 37
Octal 322 244 107 0 26 102 22 50 75 67
Binary 11010010 10100100 1000111 0 10110 1000010 10010 101000 111101 110111

Color Harmonies of #D2A447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A447

Black with #D2A447

Text Example


Text Example

White with #D2A447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A447; }

 p { color: rgb(210,164,71); }

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

background-color css

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

 a { background-color: rgb(210,164,71); }

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

border-color css

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

 span { border-color: rgb(210,164,71); }

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