Html Css Color HEX #C7A74C Sundance

📋 copy color: '#C7A74C'

red 199 ◦ green 167 ◦ blue 76

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

Shades of Sundance #C7A74C

Tints of Sundance #C7A74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 45.02%
G = 37.78%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7A74C (or 0xC7A74C) is known color: Sundance. HEX triplet: C7, A7 and 4C. RGB value is (199,167,76). Sum of RGB (Red+Green+Blue) = 199+167+76=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A74C is #3858B3. Grayscale: #A6A6A6. Windows color (decimal): -3692724 or 5023687. OLE color: 5023687.

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

Color convert

RGB 199 167 76 -
CMYK 0 0.16 0.62 0.22
HSL 44.39º 0.52% 0.54% -
HSV(B) 44.39º 0.62% 0.78% -
XYZ 38.68 40.3 12.58 -
YUV 166.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 199 167 76 0 0.16 0.62 0.22 44.39 0.52 0.54
Hex C7 A7 4C 0 10 3E 16 2C 34 36
Octal 307 247 114 0 20 76 26 54 64 66
Binary 11000111 10100111 1001100 0 10000 111110 10110 101100 110100 110110

Color Harmonies of #C7A74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A74C

Black with #C7A74C

Text Example


Text Example

White with #C7A74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A74C; }

 p { color: rgb(199,167,76); }

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

background-color css

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

 a { background-color: rgb(199,167,76); }

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

border-color css

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

 span { border-color: rgb(199,167,76); }

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