Html Css Color HEX #C47206 Dark Goldenrod

📋 copy color: '#C47206'

red 196 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #C47206

Tints of Dark Goldenrod #C47206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 62.03%
G = 36.08%
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

#C47206 (or 0xC47206) is known color: Dark Goldenrod. HEX triplet: C4, 72 and 06. RGB value is (196,114,6). Sum of RGB (Red+Green+Blue) = 196+114+6=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C47206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47206 is #3B8DF9. Grayscale: #7E7E7E. Windows color (decimal): -3902970 or 422596. OLE color: 422596.

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

Color convert

RGB 196 114 6 -
CMYK 0 0.42 0.97 0.23
HSL 34.11º 0.94% 0.4% -
HSV(B) 34.11º 0.97% 0.77% -
XYZ 28.82 23.78 3.24 -
YUV 126.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 196 114 6 0 0.42 0.97 0.23 34.11 0.94 0.4
Hex C4 72 6 0 2A 61 17 22 5E 28
Octal 304 162 6 0 52 141 27 42 136 50
Binary 11000100 1110010 110 0 101010 1100001 10111 100010 1011110 101000

Color Harmonies of #C47206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47206

Black with #C47206

Text Example


Text Example

White with #C47206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47206; }

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

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

background-color css

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

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

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

border-color css

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

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

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