Html Css Color HEX #C7B04A Sundance

📋 copy color: '#C7B04A'

red 199 ◦ green 176 ◦ blue 74

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

Shades of Sundance #C7B04A

Tints of Sundance #C7B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

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

R = 44.32%
G = 39.2%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7B04A (or 0xC7B04A) is known color: Sundance. HEX triplet: C7, B0 and 4A. RGB value is (199,176,74). Sum of RGB (Red+Green+Blue) = 199+176+74=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B04A is #384FB5. Grayscale: #ABABAB. Windows color (decimal): -3690422 or 4894919. OLE color: 4894919.

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

Color convert

RGB 199 176 74 -
CMYK 0 0.12 0.63 0.22
HSL 48.96º 0.53% 0.54% -
HSV(B) 48.96º 0.63% 0.78% -
XYZ 40.31 43.69 12.79 -
YUV 171.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 199 176 74 0 0.12 0.63 0.22 48.96 0.53 0.54
Hex C7 B0 4A 0 C 3F 16 31 35 36
Octal 307 260 112 0 14 77 26 61 65 66
Binary 11000111 10110000 1001010 0 1100 111111 10110 110001 110101 110110

Color Harmonies of #C7B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B04A

Black with #C7B04A

Text Example


Text Example

White with #C7B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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