Html Css Color HEX #C7AD47 Sundance

📋 copy color: '#C7AD47'

red 199 ◦ green 173 ◦ blue 71

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

Shades of Sundance #C7AD47

Tints of Sundance #C7AD47

RGB

 RED value IS 199 (78.13% from 255) = 44.92%

 GREEN value IS 173 (67.97% from 255) = 39.05%

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

R = 44.92%
G = 39.05%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C7AD47 (or 0xC7AD47) is known color: Sundance. HEX triplet: C7, AD and 47. RGB value is (199,173,71). Sum of RGB (Red+Green+Blue) = 199+173+71=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD47 is #3852B8. Grayscale: #A9A9A9. Windows color (decimal): -3691193 or 4697543. OLE color: 4697543.

HSL color Cylindrical-coordinate representation of color #C7AD47: hue angle of 47.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7AD47 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 71 -
CMYK 0 0.13 0.64 0.22
HSL 47.81º 0.53% 0.53% -
HSV(B) 47.81º 0.64% 0.78% -
XYZ 39.63 42.48 12.07 -
YUV 169.15 72.61 149.29 -
System Red Green Blue C M Y K H S L
Decimal 199 173 71 0 0.13 0.64 0.22 47.81 0.53 0.53
Hex C7 AD 47 0 D 40 16 30 35 35
Octal 307 255 107 0 15 100 26 60 65 65
Binary 11000111 10101101 1000111 0 1101 1000000 10110 110000 110101 110101

Color Harmonies of #C7AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD47

Black with #C7AD47

Text Example


Text Example

White with #C7AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD47; }

 p { color: rgb(199,173,71); }

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

background-color css

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

 a { background-color: rgb(199,173,71); }

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

border-color css

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

 span { border-color: rgb(199,173,71); }

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