Html Css Color HEX #C49503 Dark Goldenrod

📋 copy color: '#C49503'

red 196 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #C49503

Tints of Dark Goldenrod #C49503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 56.32%
G = 42.82%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C49503 (or 0xC49503) is known color: Dark Goldenrod. HEX triplet: C4, 95 and 03. RGB value is (196,149,3). Sum of RGB (Red+Green+Blue) = 196+149+3=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C49503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49503 is #3B6AFC. Grayscale: #939393. Windows color (decimal): -3894013 or 234948. OLE color: 234948.

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

Color convert

RGB 196 149 3 -
CMYK 0 0.24 0.98 0.23
HSL 45.39º 0.97% 0.39% -
HSV(B) 45.39º 0.98% 0.77% -
XYZ 33.53 33.24 4.73 -
YUV 146.41 47.07 163.37 -
System Red Green Blue C M Y K H S L
Decimal 196 149 3 0 0.24 0.98 0.23 45.39 0.97 0.39
Hex C4 95 3 0 18 62 17 2D 61 27
Octal 304 225 3 0 30 142 27 55 141 47
Binary 11000100 10010101 11 0 11000 1100010 10111 101101 1100001 100111

Color Harmonies of #C49503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49503

Black with #C49503

Text Example


Text Example

White with #C49503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49503; }

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

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

background-color css

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

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

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

border-color css

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

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

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