Html Css Color HEX #C49400 Dark Goldenrod

📋 copy color: '#C49400'

red 196 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C49400

Tints of Dark Goldenrod #C49400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

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

R = 56.98%
G = 43.02%
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

#C49400 (or 0xC49400) is known color: Dark Goldenrod. HEX triplet: C4, 94 and 00. RGB value is (196,148,0). Sum of RGB (Red+Green+Blue) = 196+148+0=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C49400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49400 is #3B6BFF. Grayscale: #929292. Windows color (decimal): -3894272 or 38084. OLE color: 38084.

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

Color convert

RGB 196 148 0 -
CMYK 0 0.24 1 0.23
HSL 45.31º 1% 0.38% -
HSV(B) 45.31º 1% 0.77% -
XYZ 33.35 32.92 4.6 -
YUV 145.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 196 148 0 0 0.24 1 0.23 45.31 1 0.38
Hex C4 94 0 0 18 64 17 2D 64 26
Octal 304 224 0 0 30 144 27 55 144 46
Binary 11000100 10010100 0 0 11000 1100100 10111 101101 1100100 100110

Color Harmonies of #C49400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49400

Black with #C49400

Text Example


Text Example

White with #C49400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49400; }

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

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

background-color css

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

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

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

border-color css

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

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

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