Html Css Color HEX #C18110 Dark Goldenrod

📋 copy color: '#C18110'

red 193 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #C18110

Tints of Dark Goldenrod #C18110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 57.1%
G = 38.17%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C18110 (or 0xC18110) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 10. RGB value is (193,129,16). Sum of RGB (Red+Green+Blue) = 193+129+16=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C18110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18110 is #3E7EEF. Grayscale: #878787. Windows color (decimal): -4095728 or 1081793. OLE color: 1081793.

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

Color convert

RGB 193 129 16 -
CMYK 0 0.33 0.92 0.24
HSL 38.31º 0.85% 0.41% -
HSV(B) 38.31º 0.92% 0.76% -
XYZ 29.94 27.08 4.14 -
YUV 135.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 193 129 16 0 0.33 0.92 0.24 38.31 0.85 0.41
Hex C1 81 10 0 21 5C 18 26 55 29
Octal 301 201 20 0 41 134 30 46 125 51
Binary 11000001 10000001 10000 0 100001 1011100 11000 100110 1010101 101001

Color Harmonies of #C18110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18110

Black with #C18110

Text Example


Text Example

White with #C18110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18110; }

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

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

background-color css

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

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

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

border-color css

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

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

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