Html Css Color HEX #C47106 Dark Goldenrod

📋 copy color: '#C47106'

red 196 ◦ green 113 ◦ blue 6

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

Shades of Dark Goldenrod #C47106

Tints of Dark Goldenrod #C47106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 62.22%
G = 35.87%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47106 (or 0xC47106) is known color: Dark Goldenrod. HEX triplet: C4, 71 and 06. RGB value is (196,113,6). Sum of RGB (Red+Green+Blue) = 196+113+6=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C47106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47106 is #3B8EF9. Grayscale: #7E7E7E. Windows color (decimal): -3903226 or 422340. OLE color: 422340.

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

Color convert

RGB 196 113 6 -
CMYK 0 0.42 0.97 0.23
HSL 33.79º 0.94% 0.4% -
HSV(B) 33.79º 0.97% 0.77% -
XYZ 28.7 23.56 3.21 -
YUV 125.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 196 113 6 0 0.42 0.97 0.23 33.79 0.94 0.4
Hex C4 71 6 0 2A 61 17 22 5E 28
Octal 304 161 6 0 52 141 27 42 136 50
Binary 11000100 1110001 110 0 101010 1100001 10111 100010 1011110 101000

Color Harmonies of #C47106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47106

Black with #C47106

Text Example


Text Example

White with #C47106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47106; }

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

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

background-color css

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

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

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

border-color css

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

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

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