Html Css Color HEX #C19300 Dark Goldenrod

📋 copy color: '#C19300'

red 193 ◦ green 147 ◦ blue 0

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

Shades of Dark Goldenrod #C19300

Tints of Dark Goldenrod #C19300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

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

R = 56.76%
G = 43.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C19300 (or 0xC19300) is known color: Dark Goldenrod. HEX triplet: C1, 93 and 00. RGB value is (193,147,0). Sum of RGB (Red+Green+Blue) = 193+147+0=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C19300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19300 is #3E6CFF. Grayscale: #909090. Windows color (decimal): -4091136 or 37825. OLE color: 37825.

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

Color convert

RGB 193 147 0 -
CMYK 0 0.24 1 0.24
HSL 45.7º 1% 0.38% -
HSV(B) 45.7º 1% 0.76% -
XYZ 32.43 32.2 4.51 -
YUV 144 46.74 162.95 -
System Red Green Blue C M Y K H S L
Decimal 193 147 0 0 0.24 1 0.24 45.7 1 0.38
Hex C1 93 0 0 18 64 18 2E 64 26
Octal 301 223 0 0 30 144 30 56 144 46
Binary 11000001 10010011 0 0 11000 1100100 11000 101110 1100100 100110

Color Harmonies of #C19300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19300

Black with #C19300

Text Example


Text Example

White with #C19300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19300; }

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

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

background-color css

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

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

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

border-color css

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

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

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