Html Css Color HEX #C39404 Dark Goldenrod

📋 copy color: '#C39404'

red 195 ◦ green 148 ◦ blue 4

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

Shades of Dark Goldenrod #C39404

Tints of Dark Goldenrod #C39404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

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

R = 56.2%
G = 42.65%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C39404 (or 0xC39404) is known color: Dark Goldenrod. HEX triplet: C3, 94 and 04. RGB value is (195,148,4). Sum of RGB (Red+Green+Blue) = 195+148+4=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C39404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39404 is #3C6BFB. Grayscale: #929292. Windows color (decimal): -3959804 or 300227. OLE color: 300227.

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

Color convert

RGB 195 148 4 -
CMYK 0 0.24 0.98 0.24
HSL 45.24º 0.96% 0.39% -
HSV(B) 45.24º 0.98% 0.76% -
XYZ 33.12 32.79 4.7 -
YUV 145.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 195 148 4 0 0.24 0.98 0.24 45.24 0.96 0.39
Hex C3 94 4 0 18 62 18 2D 60 27
Octal 303 224 4 0 30 142 30 55 140 47
Binary 11000011 10010100 100 0 11000 1100010 11000 101101 1100000 100111

Color Harmonies of #C39404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39404

Black with #C39404

Text Example


Text Example

White with #C39404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39404; }

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

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

background-color css

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

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

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

border-color css

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

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

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