Html Css Color HEX #C7B34A Sundance

📋 copy color: '#C7B34A'

red 199 ◦ green 179 ◦ blue 74

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

Shades of Sundance #C7B34A

Tints of Sundance #C7B34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 44.03%
G = 39.6%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7B34A (or 0xC7B34A) is known color: Sundance. HEX triplet: C7, B3 and 4A. RGB value is (199,179,74). Sum of RGB (Red+Green+Blue) = 199+179+74=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B34A is #384CB5. Grayscale: #ADADAD. Windows color (decimal): -3689654 or 4895687. OLE color: 4895687.

HSL color Cylindrical-coordinate representation of color #C7B34A: hue angle of 50.4º 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 #C7B34A is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 74 -
CMYK 0 0.10 0.63 0.22
HSL 50.4º 0.53% 0.54% -
HSV(B) 50.4º 0.63% 0.78% -
XYZ 40.91 44.88 12.98 -
YUV 173.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 199 179 74 0 0.10 0.63 0.22 50.4 0.53 0.54
Hex C7 B3 4A 0 A 3F 16 32 35 36
Octal 307 263 112 0 12 77 26 62 65 66
Binary 11000111 10110011 1001010 0 1010 111111 10110 110010 110101 110110

Color Harmonies of #C7B34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B34A

Black with #C7B34A

Text Example


Text Example

White with #C7B34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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