Html Css Color HEX #C47404 Dark Goldenrod

📋 copy color: '#C47404'

red 196 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #C47404

Tints of Dark Goldenrod #C47404

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 62.03%
G = 36.71%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47404 (or 0xC47404) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 04. RGB value is (196,116,4). Sum of RGB (Red+Green+Blue) = 196+116+4=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47404 is #3B8BFB. Grayscale: #7F7F7F. Windows color (decimal): -3902460 or 292036. OLE color: 292036.

HSL color Cylindrical-coordinate representation of color #C47404: hue angle of 35º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C47404 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 4 -
CMYK 0 0.41 0.98 0.23
HSL 35º 0.96% 0.39% -
HSV(B) 35º 0.98% 0.77% -
XYZ 29.03 24.24 3.26 -
YUV 127.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 196 116 4 0 0.41 0.98 0.23 35 0.96 0.39
Hex C4 74 4 0 29 62 17 23 60 27
Octal 304 164 4 0 51 142 27 43 140 47
Binary 11000100 1110100 100 0 101001 1100010 10111 100011 1100000 100111

Color Harmonies of #C47404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47404

Black with #C47404

Text Example


Text Example

White with #C47404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47404; }

 p { color: rgb(196,116,4); }

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

background-color css

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

 a { background-color: rgb(196,116,4); }

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

border-color css

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

 span { border-color: rgb(196,116,4); }

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