Html Css Color HEX #C47E11 Dark Goldenrod

📋 copy color: '#C47E11'

red 196 ◦ green 126 ◦ blue 17

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

Shades of Dark Goldenrod #C47E11

Tints of Dark Goldenrod #C47E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

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

R = 57.82%
G = 37.17%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C47E11 (or 0xC47E11) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 11. RGB value is (196,126,17). Sum of RGB (Red+Green+Blue) = 196+126+17=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E11 is #3B81EE. Grayscale: #878787. Windows color (decimal): -3899887 or 1146564. OLE color: 1146564.

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

Color convert

RGB 196 126 17 -
CMYK 0 0.36 0.91 0.23
HSL 36.54º 0.84% 0.42% -
HSV(B) 36.54º 0.91% 0.77% -
XYZ 30.33 26.7 4.09 -
YUV 134.5 61.69 171.86 -
System Red Green Blue C M Y K H S L
Decimal 196 126 17 0 0.36 0.91 0.23 36.54 0.84 0.42
Hex C4 7E 11 0 24 5B 17 25 54 2A
Octal 304 176 21 0 44 133 27 45 124 52
Binary 11000100 1111110 10001 0 100100 1011011 10111 100101 1010100 101010

Color Harmonies of #C47E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E11

Black with #C47E11

Text Example


Text Example

White with #C47E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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