Html Css Color HEX #C47604 Dark Goldenrod

📋 copy color: '#C47604'

red 196 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #C47604

Tints of Dark Goldenrod #C47604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

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

R = 61.64%
G = 37.11%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C47604 (or 0xC47604) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 04. RGB value is (196,118,4). Sum of RGB (Red+Green+Blue) = 196+118+4=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47604 is #3B89FB. Grayscale: #808080. Windows color (decimal): -3901948 or 292548. OLE color: 292548.

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

Color convert

RGB 196 118 4 -
CMYK 0 0.40 0.98 0.23
HSL 35.63º 0.96% 0.39% -
HSV(B) 35.63º 0.98% 0.77% -
XYZ 29.27 24.7 3.34 -
YUV 128.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 196 118 4 0 0.40 0.98 0.23 35.63 0.96 0.39
Hex C4 76 4 0 28 62 17 24 60 27
Octal 304 166 4 0 50 142 27 44 140 47
Binary 11000100 1110110 100 0 101000 1100010 10111 100100 1100000 100111

Color Harmonies of #C47604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47604

Black with #C47604

Text Example


Text Example

White with #C47604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47604; }

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

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

background-color css

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

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

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

border-color css

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

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

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