Html Css Color HEX #C47F10 Dark Goldenrod

📋 copy color: '#C47F10'

red 196 ◦ green 127 ◦ blue 16

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

Shades of Dark Goldenrod #C47F10

Tints of Dark Goldenrod #C47F10

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 57.82%
G = 37.46%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C47F10 (or 0xC47F10) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 10. RGB value is (196,127,16). Sum of RGB (Red+Green+Blue) = 196+127+16=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F10 is #3B80EF. Grayscale: #878787. Windows color (decimal): -3899632 or 1081284. OLE color: 1081284.

HSL color Cylindrical-coordinate representation of color #C47F10: hue angle of 37º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C47F10 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 16 -
CMYK 0 0.35 0.92 0.23
HSL 37º 0.85% 0.42% -
HSV(B) 37º 0.92% 0.77% -
XYZ 30.45 26.95 4.09 -
YUV 134.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 196 127 16 0 0.35 0.92 0.23 37 0.85 0.42
Hex C4 7F 10 0 23 5C 17 25 55 2A
Octal 304 177 20 0 43 134 27 45 125 52
Binary 11000100 1111111 10000 0 100011 1011100 10111 100101 1010101 101010

Color Harmonies of #C47F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F10

Black with #C47F10

Text Example


Text Example

White with #C47F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F10; }

 p { color: rgb(196,127,16); }

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

background-color css

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

 a { background-color: rgb(196,127,16); }

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

border-color css

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

 span { border-color: rgb(196,127,16); }

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