Html Css Color HEX #C37104 Dark Goldenrod

📋 copy color: '#C37104'

red 195 ◦ green 113 ◦ blue 4

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

Shades of Dark Goldenrod #C37104

Tints of Dark Goldenrod #C37104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 62.5%
G = 36.22%
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

#C37104 (or 0xC37104) is known color: Dark Goldenrod. HEX triplet: C3, 71 and 04. RGB value is (195,113,4). Sum of RGB (Red+Green+Blue) = 195+113+4=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C37104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37104 is #3C8EFB. Grayscale: #7D7D7D. Windows color (decimal): -3968764 or 291267. OLE color: 291267.

HSL color Cylindrical-coordinate representation of color #C37104: hue angle of 34.24º 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 #C37104 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 4 -
CMYK 0 0.42 0.98 0.24
HSL 34.24º 0.96% 0.39% -
HSV(B) 34.24º 0.98% 0.76% -
XYZ 28.43 23.42 3.14 -
YUV 125.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 195 113 4 0 0.42 0.98 0.24 34.24 0.96 0.39
Hex C3 71 4 0 2A 62 18 22 60 27
Octal 303 161 4 0 52 142 30 42 140 47
Binary 11000011 1110001 100 0 101010 1100010 11000 100010 1100000 100111

Color Harmonies of #C37104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37104

Black with #C37104

Text Example


Text Example

White with #C37104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37104; }

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

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

background-color css

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

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

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

border-color css

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

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

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