Html Css Color HEX #C37A04 Dark Goldenrod

📋 copy color: '#C37A04'

red 195 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #C37A04

Tints of Dark Goldenrod #C37A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

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

R = 60.75%
G = 38.01%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C37A04 (or 0xC37A04) is known color: Dark Goldenrod. HEX triplet: C3, 7A and 04. RGB value is (195,122,4). Sum of RGB (Red+Green+Blue) = 195+122+4=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37A04 is #3C85FB. Grayscale: #828282. Windows color (decimal): -3966460 or 293571. OLE color: 293571.

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

Color convert

RGB 195 122 4 -
CMYK 0 0.37 0.98 0.24
HSL 37.07º 0.96% 0.39% -
HSV(B) 37.07º 0.98% 0.76% -
XYZ 29.49 25.53 3.49 -
YUV 130.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 195 122 4 0 0.37 0.98 0.24 37.07 0.96 0.39
Hex C3 7A 4 0 25 62 18 25 60 27
Octal 303 172 4 0 45 142 30 45 140 47
Binary 11000011 1111010 100 0 100101 1100010 11000 100101 1100000 100111

Color Harmonies of #C37A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A04

Black with #C37A04

Text Example


Text Example

White with #C37A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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