Html Css Color HEX #C19400 Dark Goldenrod

📋 copy color: '#C19400'

red 193 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #C19400

Tints of Dark Goldenrod #C19400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.6%
G = 43.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C19400 (or 0xC19400) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 00. RGB value is (193,148,0). Sum of RGB (Red+Green+Blue) = 193+148+0=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C19400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19400 is #3E6BFF. Grayscale: #919191. Windows color (decimal): -4090880 or 38081. OLE color: 38081.

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

Color convert

RGB 193 148 0 -
CMYK 0 0.23 1 0.24
HSL 46.01º 1% 0.38% -
HSV(B) 46.01º 1% 0.76% -
XYZ 32.58 32.52 4.56 -
YUV 144.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 193 148 0 0 0.23 1 0.24 46.01 1 0.38
Hex C1 94 0 0 17 64 18 2E 64 26
Octal 301 224 0 0 27 144 30 56 144 46
Binary 11000001 10010100 0 0 10111 1100100 11000 101110 1100100 100110

Color Harmonies of #C19400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19400

Black with #C19400

Text Example


Text Example

White with #C19400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19400; }

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

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

background-color css

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

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

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

border-color css

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

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

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