Html Css Color HEX #C19503 Dark Goldenrod

📋 copy color: '#C19503'

red 193 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #C19503

Tints of Dark Goldenrod #C19503

RGB

 RED value IS 193 (75.78% from 255) = 55.94%

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

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

R = 55.94%
G = 43.19%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C19503 (or 0xC19503) is known color: Dark Goldenrod. HEX triplet: C1, 95 and 03. RGB value is (193,149,3). Sum of RGB (Red+Green+Blue) = 193+149+3=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C19503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19503 is #3E6AFC. Grayscale: #929292. Windows color (decimal): -4090621 or 234945. OLE color: 234945.

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

Color convert

RGB 193 149 3 -
CMYK 0 0.23 0.98 0.24
HSL 46.11º 0.97% 0.38% -
HSV(B) 46.11º 0.98% 0.76% -
XYZ 32.76 32.84 4.7 -
YUV 145.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 193 149 3 0 0.23 0.98 0.24 46.11 0.97 0.38
Hex C1 95 3 0 17 62 18 2E 61 26
Octal 301 225 3 0 27 142 30 56 141 46
Binary 11000001 10010101 11 0 10111 1100010 11000 101110 1100001 100110

Color Harmonies of #C19503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19503

Black with #C19503

Text Example


Text Example

White with #C19503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19503; }

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

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

background-color css

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

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

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

border-color css

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

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

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