Html Css Color HEX #C47406 Dark Goldenrod

📋 copy color: '#C47406'

red 196 ◦ green 116 ◦ blue 6

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

Shades of Dark Goldenrod #C47406

Tints of Dark Goldenrod #C47406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 61.64%
G = 36.48%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47406 (or 0xC47406) is known color: Dark Goldenrod. HEX triplet: C4, 74 and 06. RGB value is (196,116,6). Sum of RGB (Red+Green+Blue) = 196+116+6=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47406 is #3B8BF9. Grayscale: #7F7F7F. Windows color (decimal): -3902458 or 423108. OLE color: 423108.

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

Color convert

RGB 196 116 6 -
CMYK 0 0.41 0.97 0.23
HSL 34.74º 0.94% 0.4% -
HSV(B) 34.74º 0.97% 0.77% -
XYZ 29.04 24.24 3.32 -
YUV 127.38 59.5 176.94 -
System Red Green Blue C M Y K H S L
Decimal 196 116 6 0 0.41 0.97 0.23 34.74 0.94 0.4
Hex C4 74 6 0 29 61 17 23 5E 28
Octal 304 164 6 0 51 141 27 43 136 50
Binary 11000100 1110100 110 0 101001 1100001 10111 100011 1011110 101000

Color Harmonies of #C47406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47406

Black with #C47406

Text Example


Text Example

White with #C47406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47406; }

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

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

background-color css

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

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

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

border-color css

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

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

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