Html Css Color HEX #C37204 Dark Goldenrod

📋 copy color: '#C37204'

red 195 ◦ green 114 ◦ blue 4

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

Shades of Dark Goldenrod #C37204

Tints of Dark Goldenrod #C37204

RGB

 RED value IS 195 (76.56% from 255) = 62.3%

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 62.3%
G = 36.42%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37204 (or 0xC37204) is known color: Dark Goldenrod. HEX triplet: C3, 72 and 04. RGB value is (195,114,4). Sum of RGB (Red+Green+Blue) = 195+114+4=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C37204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37204 is #3C8DFB. Grayscale: #7E7E7E. Windows color (decimal): -3968508 or 291523. OLE color: 291523.

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

Color convert

RGB 195 114 4 -
CMYK 0 0.42 0.98 0.24
HSL 34.55º 0.96% 0.39% -
HSV(B) 34.55º 0.98% 0.76% -
XYZ 28.54 23.65 3.17 -
YUV 125.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 195 114 4 0 0.42 0.98 0.24 34.55 0.96 0.39
Hex C3 72 4 0 2A 62 18 23 60 27
Octal 303 162 4 0 52 142 30 43 140 47
Binary 11000011 1110010 100 0 101010 1100010 11000 100011 1100000 100111

Color Harmonies of #C37204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37204

Black with #C37204

Text Example


Text Example

White with #C37204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37204; }

 p { color: rgb(195,114,4); }

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

background-color css

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

 a { background-color: rgb(195,114,4); }

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

border-color css

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

 span { border-color: rgb(195,114,4); }

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