Html Css Color HEX #C18310 Dark Goldenrod

📋 copy color: '#C18310'

red 193 ◦ green 131 ◦ blue 16

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

Shades of Dark Goldenrod #C18310

Tints of Dark Goldenrod #C18310

RGB

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

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

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

R = 56.76%
G = 38.53%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C18310 (or 0xC18310) is known color: Dark Goldenrod. HEX triplet: C1, 83 and 10. RGB value is (193,131,16). Sum of RGB (Red+Green+Blue) = 193+131+16=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C18310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18310 is #3E7CEF. Grayscale: #888888. Windows color (decimal): -4095216 or 1082305. OLE color: 1082305.

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

Color convert

RGB 193 131 16 -
CMYK 0 0.32 0.92 0.24
HSL 38.98º 0.85% 0.41% -
HSV(B) 38.98º 0.92% 0.76% -
XYZ 30.2 27.61 4.23 -
YUV 136.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 193 131 16 0 0.32 0.92 0.24 38.98 0.85 0.41
Hex C1 83 10 0 20 5C 18 27 55 29
Octal 301 203 20 0 40 134 30 47 125 51
Binary 11000001 10000011 10000 0 100000 1011100 11000 100111 1010101 101001

Color Harmonies of #C18310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18310

Black with #C18310

Text Example


Text Example

White with #C18310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18310; }

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

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

background-color css

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

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

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

border-color css

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

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

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