Html Css Color HEX #C49110 Dark Goldenrod

📋 copy color: '#C49110'

red 196 ◦ green 145 ◦ blue 16

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

Shades of Dark Goldenrod #C49110

Tints of Dark Goldenrod #C49110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 54.9%
G = 40.62%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49110 (or 0xC49110) is known color: Dark Goldenrod. HEX triplet: C4, 91 and 10. RGB value is (196,145,16). Sum of RGB (Red+Green+Blue) = 196+145+16=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C49110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49110 is #3B6EEF. Grayscale: #929292. Windows color (decimal): -3895024 or 1085892. OLE color: 1085892.

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

Color convert

RGB 196 145 16 -
CMYK 0 0.26 0.92 0.23
HSL 43º 0.85% 0.42% -
HSV(B) 43º 0.92% 0.77% -
XYZ 32.98 32.02 4.93 -
YUV 145.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 196 145 16 0 0.26 0.92 0.23 43 0.85 0.42
Hex C4 91 10 0 1A 5C 17 2B 55 2A
Octal 304 221 20 0 32 134 27 53 125 52
Binary 11000100 10010001 10000 0 11010 1011100 10111 101011 1010101 101010

Color Harmonies of #C49110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49110

Black with #C49110

Text Example


Text Example

White with #C49110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49110; }

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

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

background-color css

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

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

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

border-color css

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

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

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