Html Css Color HEX #C19011 Dark Goldenrod

📋 copy color: '#C19011'

red 193 ◦ green 144 ◦ blue 17

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

Shades of Dark Goldenrod #C19011

Tints of Dark Goldenrod #C19011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 54.52%
G = 40.68%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C19011 (or 0xC19011) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 11. RGB value is (193,144,17). Sum of RGB (Red+Green+Blue) = 193+144+17=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C19011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19011 is #3E6FEE. Grayscale: #909090. Windows color (decimal): -4091887 or 1151169. OLE color: 1151169.

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

Color convert

RGB 193 144 17 -
CMYK 0 0.25 0.91 0.24
HSL 43.3º 0.84% 0.41% -
HSV(B) 43.3º 0.91% 0.76% -
XYZ 32.07 31.32 4.89 -
YUV 144.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 193 144 17 0 0.25 0.91 0.24 43.3 0.84 0.41
Hex C1 90 11 0 19 5B 18 2B 54 29
Octal 301 220 21 0 31 133 30 53 124 51
Binary 11000001 10010000 10001 0 11001 1011011 11000 101011 1010100 101001

Color Harmonies of #C19011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19011

Black with #C19011

Text Example


Text Example

White with #C19011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19011; }

 p { color: rgb(193,144,17); }

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

background-color css

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

 a { background-color: rgb(193,144,17); }

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

border-color css

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

 span { border-color: rgb(193,144,17); }

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