Html Css Color HEX #C47504 Dark Goldenrod

📋 copy color: '#C47504'

red 196 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #C47504

Tints of Dark Goldenrod #C47504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 61.83%
G = 36.91%
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

#C47504 (or 0xC47504) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 04. RGB value is (196,117,4). Sum of RGB (Red+Green+Blue) = 196+117+4=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47504 is #3B8AFB. Grayscale: #808080. Windows color (decimal): -3902204 or 292292. OLE color: 292292.

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

Color convert

RGB 196 117 4 -
CMYK 0 0.40 0.98 0.23
HSL 35.31º 0.96% 0.39% -
HSV(B) 35.31º 0.98% 0.77% -
XYZ 29.15 24.47 3.3 -
YUV 127.74 58.17 176.69 -
System Red Green Blue C M Y K H S L
Decimal 196 117 4 0 0.40 0.98 0.23 35.31 0.96 0.39
Hex C4 75 4 0 28 62 17 23 60 27
Octal 304 165 4 0 50 142 27 43 140 47
Binary 11000100 1110101 100 0 101000 1100010 10111 100011 1100000 100111

Color Harmonies of #C47504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47504

Black with #C47504

Text Example


Text Example

White with #C47504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47504; }

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

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

background-color css

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

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

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

border-color css

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

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

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