Html Css Color HEX #C19404 Dark Goldenrod

📋 copy color: '#C19404'

red 193 ◦ green 148 ◦ blue 4

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

Shades of Dark Goldenrod #C19404

Tints of Dark Goldenrod #C19404

RGB

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

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

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

R = 55.94%
G = 42.9%
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

#C19404 (or 0xC19404) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 04. RGB value is (193,148,4). Sum of RGB (Red+Green+Blue) = 193+148+4=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C19404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19404 is #3E6BFB. Grayscale: #919191. Windows color (decimal): -4090876 or 300225. OLE color: 300225.

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

Color convert

RGB 193 148 4 -
CMYK 0 0.23 0.98 0.24
HSL 45.71º 0.96% 0.39% -
HSV(B) 45.71º 0.98% 0.76% -
XYZ 32.6 32.53 4.67 -
YUV 145.04 48.41 162.21 -
System Red Green Blue C M Y K H S L
Decimal 193 148 4 0 0.23 0.98 0.24 45.71 0.96 0.39
Hex C1 94 4 0 17 62 18 2E 60 27
Octal 301 224 4 0 27 142 30 56 140 47
Binary 11000001 10010100 100 0 10111 1100010 11000 101110 1100000 100111

Color Harmonies of #C19404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19404

Black with #C19404

Text Example


Text Example

White with #C19404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19404; }

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

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

background-color css

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

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

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

border-color css

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

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

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