Html Css Color HEX #C49304 Dark Goldenrod

📋 copy color: '#C49304'

red 196 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #C49304

Tints of Dark Goldenrod #C49304

RGB

 RED value IS 196 (76.95% from 255) = 56.48%

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 56.48%
G = 42.36%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C49304 (or 0xC49304) is known color: Dark Goldenrod. HEX triplet: C4, 93 and 04. RGB value is (196,147,4). Sum of RGB (Red+Green+Blue) = 196+147+4=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C49304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49304 is #3B6CFB. Grayscale: #919191. Windows color (decimal): -3894524 or 299972. OLE color: 299972.

HSL color Cylindrical-coordinate representation of color #C49304: hue angle of 44.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C49304 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 4 -
CMYK 0 0.25 0.98 0.23
HSL 44.69º 0.96% 0.39% -
HSV(B) 44.69º 0.98% 0.77% -
XYZ 33.22 32.61 4.66 -
YUV 145.35 48.23 164.13 -
System Red Green Blue C M Y K H S L
Decimal 196 147 4 0 0.25 0.98 0.23 44.69 0.96 0.39
Hex C4 93 4 0 19 62 17 2D 60 27
Octal 304 223 4 0 31 142 27 55 140 47
Binary 11000100 10010011 100 0 11001 1100010 10111 101101 1100000 100111

Color Harmonies of #C49304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49304

Black with #C49304

Text Example


Text Example

White with #C49304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49304; }

 p { color: rgb(196,147,4); }

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

background-color css

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

 a { background-color: rgb(196,147,4); }

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

border-color css

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

 span { border-color: rgb(196,147,4); }

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