Html Css Color HEX #C18400 Dark Goldenrod

📋 copy color: '#C18400'

red 193 ◦ green 132 ◦ blue 0

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

Shades of Dark Goldenrod #C18400

Tints of Dark Goldenrod #C18400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 59.38%
G = 40.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C18400 (or 0xC18400) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 00. RGB value is (193,132,0). Sum of RGB (Red+Green+Blue) = 193+132+0=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C18400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18400 is #3E7BFF. Grayscale: #878787. Windows color (decimal): -4094976 or 33985. OLE color: 33985.

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

Color convert

RGB 193 132 0 -
CMYK 0 0.32 1 0.24
HSL 41.04º 1% 0.38% -
HSV(B) 41.04º 1% 0.76% -
XYZ 30.24 27.84 3.78 -
YUV 135.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 193 132 0 0 0.32 1 0.24 41.04 1 0.38
Hex C1 84 0 0 20 64 18 29 64 26
Octal 301 204 0 0 40 144 30 51 144 46
Binary 11000001 10000100 0 0 100000 1100100 11000 101001 1100100 100110

Color Harmonies of #C18400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18400

Black with #C18400

Text Example


Text Example

White with #C18400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18400; }

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

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

background-color css

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

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

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

border-color css

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

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

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