Html Css Color HEX #C7AD4A Sundance

📋 copy color: '#C7AD4A'

red 199 ◦ green 173 ◦ blue 74

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

Shades of Sundance #C7AD4A

Tints of Sundance #C7AD4A

RGB

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

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

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

R = 44.62%
G = 38.79%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7AD4A (or 0xC7AD4A) is known color: Sundance. HEX triplet: C7, AD and 4A. RGB value is (199,173,74). Sum of RGB (Red+Green+Blue) = 199+173+74=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD4A is #3852B5. Grayscale: #A9A9A9. Windows color (decimal): -3691190 or 4894151. OLE color: 4894151.

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

Color convert

RGB 199 173 74 -
CMYK 0 0.13 0.63 0.22
HSL 47.52º 0.53% 0.54% -
HSV(B) 47.52º 0.63% 0.78% -
XYZ 39.73 42.52 12.59 -
YUV 169.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 199 173 74 0 0.13 0.63 0.22 47.52 0.53 0.54
Hex C7 AD 4A 0 D 3F 16 30 35 36
Octal 307 255 112 0 15 77 26 60 65 66
Binary 11000111 10101101 1001010 0 1101 111111 10110 110000 110101 110110

Color Harmonies of #C7AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD4A

Black with #C7AD4A

Text Example


Text Example

White with #C7AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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