Html Css Color HEX #C18D10 Dark Goldenrod

📋 copy color: '#C18D10'

red 193 ◦ green 141 ◦ blue 16

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

Shades of Dark Goldenrod #C18D10

Tints of Dark Goldenrod #C18D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

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

R = 55.14%
G = 40.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C18D10 (or 0xC18D10) is known color: Dark Goldenrod. HEX triplet: C1, 8D and 10. RGB value is (193,141,16). Sum of RGB (Red+Green+Blue) = 193+141+16=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18D10 is #3E72EF. Grayscale: #8E8E8E. Windows color (decimal): -4092656 or 1084865. OLE color: 1084865.

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

Color convert

RGB 193 141 16 -
CMYK 0 0.27 0.92 0.24
HSL 42.37º 0.85% 0.41% -
HSV(B) 42.37º 0.92% 0.76% -
XYZ 31.61 30.42 4.7 -
YUV 142.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 193 141 16 0 0.27 0.92 0.24 42.37 0.85 0.41
Hex C1 8D 10 0 1B 5C 18 2A 55 29
Octal 301 215 20 0 33 134 30 52 125 51
Binary 11000001 10001101 10000 0 11011 1011100 11000 101010 1010101 101001

Color Harmonies of #C18D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D10

Black with #C18D10

Text Example


Text Example

White with #C18D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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