Html Css Color HEX #C18900 Dark Goldenrod

📋 copy color: '#C18900'

red 193 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #C18900

Tints of Dark Goldenrod #C18900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 58.48%
G = 41.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C18900 (or 0xC18900) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 00. RGB value is (193,137,0). Sum of RGB (Red+Green+Blue) = 193+137+0=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C18900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18900 is #3E76FF. Grayscale: #8A8A8A. Windows color (decimal): -4093696 or 35265. OLE color: 35265.

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

Color convert

RGB 193 137 0 -
CMYK 0 0.29 1 0.24
HSL 42.59º 1% 0.38% -
HSV(B) 42.59º 1% 0.76% -
XYZ 30.94 29.23 4.01 -
YUV 138.13 50.05 167.14 -
System Red Green Blue C M Y K H S L
Decimal 193 137 0 0 0.29 1 0.24 42.59 1 0.38
Hex C1 89 0 0 1D 64 18 2B 64 26
Octal 301 211 0 0 35 144 30 53 144 46
Binary 11000001 10001001 0 0 11101 1100100 11000 101011 1100100 100110

Color Harmonies of #C18900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18900

Black with #C18900

Text Example


Text Example

White with #C18900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18900; }

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

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

background-color css

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

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

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

border-color css

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

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

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