Html Css Color HEX #C19110 Dark Goldenrod

📋 copy color: '#C19110'

red 193 ◦ green 145 ◦ blue 16

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

Shades of Dark Goldenrod #C19110

Tints of Dark Goldenrod #C19110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 54.52%
G = 40.96%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19110 (or 0xC19110) is known color: Dark Goldenrod. HEX triplet: C1, 91 and 10. RGB value is (193,145,16). Sum of RGB (Red+Green+Blue) = 193+145+16=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C19110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19110 is #3E6EEF. Grayscale: #919191. Windows color (decimal): -4091632 or 1085889. OLE color: 1085889.

HSL color Cylindrical-coordinate representation of color #C19110: hue angle of 43.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C19110 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 16 -
CMYK 0 0.25 0.92 0.24
HSL 43.73º 0.85% 0.41% -
HSV(B) 43.73º 0.92% 0.76% -
XYZ 32.21 31.63 4.9 -
YUV 144.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 193 145 16 0 0.25 0.92 0.24 43.73 0.85 0.41
Hex C1 91 10 0 19 5C 18 2C 55 29
Octal 301 221 20 0 31 134 30 54 125 51
Binary 11000001 10010001 10000 0 11001 1011100 11000 101100 1010101 101001

Color Harmonies of #C19110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19110

Black with #C19110

Text Example


Text Example

White with #C19110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19110; }

 p { color: rgb(193,145,16); }

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

background-color css

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

 a { background-color: rgb(193,145,16); }

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

border-color css

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

 span { border-color: rgb(193,145,16); }

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