Html Css Color HEX #C49500 Dark Goldenrod

📋 copy color: '#C49500'

red 196 ◦ green 149 ◦ blue 0

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

Shades of Dark Goldenrod #C49500

Tints of Dark Goldenrod #C49500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.81%
G = 43.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C49500 (or 0xC49500) is known color: Dark Goldenrod. HEX triplet: C4, 95 and 00. RGB value is (196,149,0). Sum of RGB (Red+Green+Blue) = 196+149+0=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C49500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49500 is #3B6AFF. Grayscale: #929292. Windows color (decimal): -3894016 or 38340. OLE color: 38340.

HSL color Cylindrical-coordinate representation of color #C49500: hue angle of 45.61º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C49500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 0 -
CMYK 0 0.24 1 0.23
HSL 45.61º 1% 0.38% -
HSV(B) 45.61º 1% 0.77% -
XYZ 33.51 33.23 4.65 -
YUV 146.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 196 149 0 0 0.24 1 0.23 45.61 1 0.38
Hex C4 95 0 0 18 64 17 2E 64 26
Octal 304 225 0 0 30 144 27 56 144 46
Binary 11000100 10010101 0 0 11000 1100100 10111 101110 1100100 100110

Color Harmonies of #C49500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49500

Black with #C49500

Text Example


Text Example

White with #C49500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49500; }

 p { color: rgb(196,149,0); }

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

background-color css

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

 a { background-color: rgb(196,149,0); }

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

border-color css

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

 span { border-color: rgb(196,149,0); }

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