Html Css Color HEX #C47004 Dark Goldenrod

📋 copy color: '#C47004'

red 196 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #C47004

Tints of Dark Goldenrod #C47004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 62.82%
G = 35.9%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47004 (or 0xC47004) is known color: Dark Goldenrod. HEX triplet: C4, 70 and 04. RGB value is (196,112,4). Sum of RGB (Red+Green+Blue) = 196+112+4=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C47004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47004 is #3B8FFB. Grayscale: #7D7D7D. Windows color (decimal): -3903484 or 291012. OLE color: 291012.

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

Color convert

RGB 196 112 4 -
CMYK 0 0.43 0.98 0.23
HSL 33.75º 0.96% 0.39% -
HSV(B) 33.75º 0.98% 0.77% -
XYZ 28.58 23.33 3.11 -
YUV 124.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 196 112 4 0 0.43 0.98 0.23 33.75 0.96 0.39
Hex C4 70 4 0 2B 62 17 22 60 27
Octal 304 160 4 0 53 142 27 42 140 47
Binary 11000100 1110000 100 0 101011 1100010 10111 100010 1100000 100111

Color Harmonies of #C47004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47004

Black with #C47004

Text Example


Text Example

White with #C47004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47004; }

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

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

background-color css

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

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

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

border-color css

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

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

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