Html Css Color HEX #C19504 Dark Goldenrod

📋 copy color: '#C19504'

red 193 ◦ green 149 ◦ blue 4

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

Shades of Dark Goldenrod #C19504

Tints of Dark Goldenrod #C19504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 55.78%
G = 43.06%
B = 1.16%

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

#C19504 (or 0xC19504) is known color: Dark Goldenrod. HEX triplet: C1, 95 and 04. RGB value is (193,149,4). Sum of RGB (Red+Green+Blue) = 193+149+4=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C19504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19504 is #3E6AFB. Grayscale: #929292. Windows color (decimal): -4090620 or 300481. OLE color: 300481.

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

Color convert

RGB 193 149 4 -
CMYK 0 0.23 0.98 0.24
HSL 46.03º 0.96% 0.39% -
HSV(B) 46.03º 0.98% 0.76% -
XYZ 32.76 32.84 4.73 -
YUV 145.63 48.08 161.79 -
System Red Green Blue C M Y K H S L
Decimal 193 149 4 0 0.23 0.98 0.24 46.03 0.96 0.39
Hex C1 95 4 0 17 62 18 2E 60 27
Octal 301 225 4 0 27 142 30 56 140 47
Binary 11000001 10010101 100 0 10111 1100010 11000 101110 1100000 100111

Color Harmonies of #C19504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19504

Black with #C19504

Text Example


Text Example

White with #C19504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19504; }

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

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

background-color css

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

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

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

border-color css

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

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

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