Html Css Color HEX #C47F11 Dark Goldenrod

📋 copy color: '#C47F11'

red 196 ◦ green 127 ◦ blue 17

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

Shades of Dark Goldenrod #C47F11

Tints of Dark Goldenrod #C47F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 57.65%
G = 37.35%
B = 5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47F11 (or 0xC47F11) is known color: Dark Goldenrod. HEX triplet: C4, 7F and 11. RGB value is (196,127,17). Sum of RGB (Red+Green+Blue) = 196+127+17=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47F11 is #3B80EE. Grayscale: #878787. Windows color (decimal): -3899631 or 1146820. OLE color: 1146820.

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

Color convert

RGB 196 127 17 -
CMYK 0 0.35 0.91 0.23
HSL 36.87º 0.84% 0.42% -
HSV(B) 36.87º 0.91% 0.77% -
XYZ 30.46 26.95 4.13 -
YUV 135.09 61.36 171.44 -
System Red Green Blue C M Y K H S L
Decimal 196 127 17 0 0.35 0.91 0.23 36.87 0.84 0.42
Hex C4 7F 11 0 23 5B 17 25 54 2A
Octal 304 177 21 0 43 133 27 45 124 52
Binary 11000100 1111111 10001 0 100011 1011011 10111 100101 1010100 101010

Color Harmonies of #C47F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F11

Black with #C47F11

Text Example


Text Example

White with #C47F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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