Html Css Color HEX #C18810 Dark Goldenrod

📋 copy color: '#C18810'

red 193 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #C18810

Tints of Dark Goldenrod #C18810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 55.94%
G = 39.42%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C18810 (or 0xC18810) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 10. RGB value is (193,136,16). Sum of RGB (Red+Green+Blue) = 193+136+16=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18810 is #3E77EF. Grayscale: #8B8B8B. Windows color (decimal): -4093936 or 1083585. OLE color: 1083585.

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

Color convert

RGB 193 136 16 -
CMYK 0 0.30 0.92 0.24
HSL 40.68º 0.85% 0.41% -
HSV(B) 40.68º 0.92% 0.76% -
XYZ 30.89 28.98 4.46 -
YUV 139.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 193 136 16 0 0.30 0.92 0.24 40.68 0.85 0.41
Hex C1 88 10 0 1E 5C 18 29 55 29
Octal 301 210 20 0 36 134 30 51 125 51
Binary 11000001 10001000 10000 0 11110 1011100 11000 101001 1010101 101001

Color Harmonies of #C18810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18810

Black with #C18810

Text Example


Text Example

White with #C18810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18810; }

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

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

background-color css

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

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

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

border-color css

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

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

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