Html Css Color HEX #C49010 Dark Goldenrod

📋 copy color: '#C49010'

red 196 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #C49010

Tints of Dark Goldenrod #C49010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.45%

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

R = 55.06%
G = 40.45%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49010 (or 0xC49010) is known color: Dark Goldenrod. HEX triplet: C4, 90 and 10. RGB value is (196,144,16). Sum of RGB (Red+Green+Blue) = 196+144+16=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C49010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49010 is #3B6FEF. Grayscale: #919191. Windows color (decimal): -3895280 or 1085636. OLE color: 1085636.

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

Color convert

RGB 196 144 16 -
CMYK 0 0.27 0.92 0.23
HSL 42.67º 0.85% 0.42% -
HSV(B) 42.67º 0.92% 0.77% -
XYZ 32.83 31.72 4.88 -
YUV 144.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 196 144 16 0 0.27 0.92 0.23 42.67 0.85 0.42
Hex C4 90 10 0 1B 5C 17 2B 55 2A
Octal 304 220 20 0 33 134 27 53 125 52
Binary 11000100 10010000 10000 0 11011 1011100 10111 101011 1010101 101010

Color Harmonies of #C49010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49010

Black with #C49010

Text Example


Text Example

White with #C49010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49010; }

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

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

background-color css

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

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

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

border-color css

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

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

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