Html Css Color HEX #C18000 Dark Goldenrod

📋 copy color: '#C18000'

red 193 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #C18000

Tints of Dark Goldenrod #C18000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.88%

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

R = 60.12%
G = 39.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C18000 (or 0xC18000) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 00. RGB value is (193,128,0). Sum of RGB (Red+Green+Blue) = 193+128+0=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C18000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18000 is #3E7FFF. Grayscale: #858585. Windows color (decimal): -4096000 or 32961. OLE color: 32961.

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

Color convert

RGB 193 128 0 -
CMYK 0 0.34 1 0.24
HSL 39.79º 1% 0.38% -
HSV(B) 39.79º 1% 0.76% -
XYZ 29.71 26.78 3.6 -
YUV 132.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 193 128 0 0 0.34 1 0.24 39.79 1 0.38
Hex C1 80 0 0 22 64 18 28 64 26
Octal 301 200 0 0 42 144 30 50 144 46
Binary 11000001 10000000 0 0 100010 1100100 11000 101000 1100100 100110

Color Harmonies of #C18000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18000

Black with #C18000

Text Example


Text Example

White with #C18000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18000; }

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

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

background-color css

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

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

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

border-color css

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

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

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