Html Css Color HEX #C18600 Dark Goldenrod

📋 copy color: '#C18600'

red 193 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #C18600

Tints of Dark Goldenrod #C18600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.02%
G = 40.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C18600 (or 0xC18600) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 00. RGB value is (193,134,0). Sum of RGB (Red+Green+Blue) = 193+134+0=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C18600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18600 is #3E79FF. Grayscale: #888888. Windows color (decimal): -4094464 or 34497. OLE color: 34497.

HSL color Cylindrical-coordinate representation of color #C18600: hue angle of 41.66º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C18600 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 0 -
CMYK 0 0.31 1 0.24
HSL 41.66º 1% 0.38% -
HSV(B) 41.66º 1% 0.76% -
XYZ 30.52 28.39 3.87 -
YUV 136.37 51.05 168.4 -
System Red Green Blue C M Y K H S L
Decimal 193 134 0 0 0.31 1 0.24 41.66 1 0.38
Hex C1 86 0 0 1F 64 18 2A 64 26
Octal 301 206 0 0 37 144 30 52 144 46
Binary 11000001 10000110 0 0 11111 1100100 11000 101010 1100100 100110

Color Harmonies of #C18600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18600

Black with #C18600

Text Example


Text Example

White with #C18600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18600; }

 p { color: rgb(193,134,0); }

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

background-color css

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

 a { background-color: rgb(193,134,0); }

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

border-color css

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

 span { border-color: rgb(193,134,0); }

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