Html Css Color HEX #C19403 Dark Goldenrod

📋 copy color: '#C19403'

red 193 ◦ green 148 ◦ blue 3

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

Shades of Dark Goldenrod #C19403

Tints of Dark Goldenrod #C19403

RGB

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

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

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

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

#C19403 (or 0xC19403) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 03. RGB value is (193,148,3). Sum of RGB (Red+Green+Blue) = 193+148+3=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C19403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19403 is #3E6BFC. Grayscale: #919191. Windows color (decimal): -4090877 or 234689. OLE color: 234689.

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

Color convert

RGB 193 148 3 -
CMYK 0 0.23 0.98 0.24
HSL 45.79º 0.97% 0.38% -
HSV(B) 45.79º 0.98% 0.76% -
XYZ 32.6 32.52 4.65 -
YUV 144.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 193 148 3 0 0.23 0.98 0.24 45.79 0.97 0.38
Hex C1 94 3 0 17 62 18 2E 61 26
Octal 301 224 3 0 27 142 30 56 141 46
Binary 11000001 10010100 11 0 10111 1100010 11000 101110 1100001 100110

Color Harmonies of #C19403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19403

Black with #C19403

Text Example


Text Example

White with #C19403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19403; }

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

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

background-color css

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

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

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

border-color css

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

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

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