Html Css Color HEX #C47E12 Dark Goldenrod

📋 copy color: '#C47E12'

red 196 ◦ green 126 ◦ blue 18

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

Shades of Dark Goldenrod #C47E12

Tints of Dark Goldenrod #C47E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 57.65%
G = 37.06%
B = 5.29%

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

#C47E12 (or 0xC47E12) is known color: Dark Goldenrod. HEX triplet: C4, 7E and 12. RGB value is (196,126,18). Sum of RGB (Red+Green+Blue) = 196+126+18=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47E12 is #3B81ED. Grayscale: #878787. Windows color (decimal): -3899886 or 1212100. OLE color: 1212100.

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

Color convert

RGB 196 126 18 -
CMYK 0 0.36 0.91 0.23
HSL 36.4º 0.83% 0.42% -
HSV(B) 36.4º 0.91% 0.77% -
XYZ 30.33 26.7 4.13 -
YUV 134.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 196 126 18 0 0.36 0.91 0.23 36.4 0.83 0.42
Hex C4 7E 12 0 24 5B 17 24 53 2A
Octal 304 176 22 0 44 133 27 44 123 52
Binary 11000100 1111110 10010 0 100100 1011011 10111 100100 1010011 101010

Color Harmonies of #C47E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E12

Black with #C47E12

Text Example


Text Example

White with #C47E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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