Html Css Color HEX #C47006 Dark Goldenrod

📋 copy color: '#C47006'

red 196 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #C47006

Tints of Dark Goldenrod #C47006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 62.42%
G = 35.67%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C47006 (or 0xC47006) is known color: Dark Goldenrod. HEX triplet: C4, 70 and 06. RGB value is (196,112,6). Sum of RGB (Red+Green+Blue) = 196+112+6=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C47006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47006 is #3B8FF9. Grayscale: #7D7D7D. Windows color (decimal): -3903482 or 422084. OLE color: 422084.

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

Color convert

RGB 196 112 6 -
CMYK 0 0.43 0.97 0.23
HSL 33.47º 0.94% 0.4% -
HSV(B) 33.47º 0.97% 0.77% -
XYZ 28.59 23.34 3.17 -
YUV 125.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 196 112 6 0 0.43 0.97 0.23 33.47 0.94 0.4
Hex C4 70 6 0 2B 61 17 21 5E 28
Octal 304 160 6 0 53 141 27 41 136 50
Binary 11000100 1110000 110 0 101011 1100001 10111 100001 1011110 101000

Color Harmonies of #C47006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47006

Black with #C47006

Text Example


Text Example

White with #C47006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47006; }

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

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

background-color css

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

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

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

border-color css

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

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

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