Html Css Color HEX #C18311 Dark Goldenrod

📋 copy color: '#C18311'

red 193 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #C18311

Tints of Dark Goldenrod #C18311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

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

R = 56.6%
G = 38.42%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C18311 (or 0xC18311) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 11. RGB value is (193,131,17). Sum of RGB (Red+Green+Blue) = 193+131+17=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C18311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18311 is #3E7CEE. Grayscale: #898989. Windows color (decimal): -4095215 or 1147841. OLE color: 1147841.

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

Color convert

RGB 193 131 17 -
CMYK 0 0.32 0.91 0.24
HSL 38.86º 0.84% 0.41% -
HSV(B) 38.86º 0.91% 0.76% -
XYZ 30.21 27.61 4.27 -
YUV 136.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 193 131 17 0 0.32 0.91 0.24 38.86 0.84 0.41
Hex C1 83 11 0 20 5B 18 27 54 29
Octal 301 203 21 0 40 133 30 47 124 51
Binary 11000001 10000011 10001 0 100000 1011011 11000 100111 1010100 101001

Color Harmonies of #C18311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18311

Black with #C18311

Text Example


Text Example

White with #C18311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18311; }

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

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

background-color css

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

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

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

border-color css

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

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

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