Html Css Color HEX #C37504 Dark Goldenrod

📋 copy color: '#C37504'

red 195 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #C37504

Tints of Dark Goldenrod #C37504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 61.71%
G = 37.03%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37504 (or 0xC37504) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 04. RGB value is (195,117,4). Sum of RGB (Red+Green+Blue) = 195+117+4=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C37504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37504 is #3C8AFB. Grayscale: #7F7F7F. Windows color (decimal): -3967740 or 292291. OLE color: 292291.

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

Color convert

RGB 195 117 4 -
CMYK 0 0.4 0.98 0.24
HSL 35.5º 0.96% 0.39% -
HSV(B) 35.5º 0.98% 0.76% -
XYZ 28.89 24.33 3.29 -
YUV 127.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 195 117 4 0 0.4 0.98 0.24 35.5 0.96 0.39
Hex C3 75 4 0 28 62 18 23 60 27
Octal 303 165 4 0 50 142 30 43 140 47
Binary 11000011 1110101 100 0 101000 1100010 11000 100011 1100000 100111

Color Harmonies of #C37504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37504

Black with #C37504

Text Example


Text Example

White with #C37504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37504; }

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

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

background-color css

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

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

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

border-color css

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

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

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