Html Css Color HEX #C18901 Dark Goldenrod

📋 copy color: '#C18901'

red 193 ◦ green 137 ◦ blue 1

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

Shades of Dark Goldenrod #C18901

Tints of Dark Goldenrod #C18901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 58.31%
G = 41.39%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18901 (or 0xC18901) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 01. RGB value is (193,137,1). Sum of RGB (Red+Green+Blue) = 193+137+1=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C18901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18901 is #3E76FE. Grayscale: #8A8A8A. Windows color (decimal): -4093695 or 100801. OLE color: 100801.

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

Color convert

RGB 193 137 1 -
CMYK 0 0.29 0.99 0.24
HSL 42.5º 0.99% 0.38% -
HSV(B) 42.5º 0.99% 0.76% -
XYZ 30.94 29.23 4.04 -
YUV 138.24 50.55 167.06 -
System Red Green Blue C M Y K H S L
Decimal 193 137 1 0 0.29 0.99 0.24 42.5 0.99 0.38
Hex C1 89 1 0 1D 63 18 2A 63 26
Octal 301 211 1 0 35 143 30 52 143 46
Binary 11000001 10001001 1 0 11101 1100011 11000 101010 1100011 100110

Color Harmonies of #C18901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18901

Black with #C18901

Text Example


Text Example

White with #C18901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18901; }

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

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

background-color css

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

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

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

border-color css

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

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

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