Html Css Color HEX #C37C04 Dark Goldenrod

📋 copy color: '#C37C04'

red 195 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #C37C04

Tints of Dark Goldenrod #C37C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

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

R = 60.37%
G = 38.39%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37C04 (or 0xC37C04) is known color: Dark Goldenrod. HEX triplet: C3, 7C and 04. RGB value is (195,124,4). Sum of RGB (Red+Green+Blue) = 195+124+4=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C04 is #3C83FB. Grayscale: #848484. Windows color (decimal): -3965948 or 294083. OLE color: 294083.

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

Color convert

RGB 195 124 4 -
CMYK 0 0.36 0.98 0.24
HSL 37.7º 0.96% 0.39% -
HSV(B) 37.7º 0.98% 0.76% -
XYZ 29.74 26.03 3.57 -
YUV 131.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 195 124 4 0 0.36 0.98 0.24 37.7 0.96 0.39
Hex C3 7C 4 0 24 62 18 26 60 27
Octal 303 174 4 0 44 142 30 46 140 47
Binary 11000011 1111100 100 0 100100 1100010 11000 100110 1100000 100111

Color Harmonies of #C37C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C04

Black with #C37C04

Text Example


Text Example

White with #C37C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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