Html Css Color HEX #C47407 Dark Goldenrod

📋 copy color: '#C47407'

red 196 ◦ green 116 ◦ blue 7

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

Shades of Dark Goldenrod #C47407

Tints of Dark Goldenrod #C47407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 61.44%
G = 36.36%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C47407 (or 0xC47407) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 07. RGB value is (196,116,7). Sum of RGB (Red+Green+Blue) = 196+116+7=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C47407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47407 is #3B8BF8. Grayscale: #808080. Windows color (decimal): -3902457 or 488644. OLE color: 488644.

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

Color convert

RGB 196 116 7 -
CMYK 0 0.41 0.96 0.23
HSL 34.6º 0.93% 0.4% -
HSV(B) 34.6º 0.96% 0.77% -
XYZ 29.05 24.24 3.35 -
YUV 127.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 196 116 7 0 0.41 0.96 0.23 34.6 0.93 0.4
Hex C4 74 7 0 29 60 17 23 5D 28
Octal 304 164 7 0 51 140 27 43 135 50
Binary 11000100 1110100 111 0 101001 1100000 10111 100011 1011101 101000

Color Harmonies of #C47407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47407

Black with #C47407

Text Example


Text Example

White with #C47407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47407; }

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

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

background-color css

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

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

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

border-color css

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

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

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