Html Css Color HEX #C18904 Dark Goldenrod

📋 copy color: '#C18904'

red 193 ◦ green 137 ◦ blue 4

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

Shades of Dark Goldenrod #C18904

Tints of Dark Goldenrod #C18904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 57.78%
G = 41.02%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C18904 (or 0xC18904) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 04. RGB value is (193,137,4). Sum of RGB (Red+Green+Blue) = 193+137+4=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C18904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18904 is #3E76FB. Grayscale: #8B8B8B. Windows color (decimal): -4093692 or 297409. OLE color: 297409.

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

Color convert

RGB 193 137 4 -
CMYK 0 0.29 0.98 0.24
HSL 42.22º 0.96% 0.39% -
HSV(B) 42.22º 0.98% 0.76% -
XYZ 30.96 29.24 4.13 -
YUV 138.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 193 137 4 0 0.29 0.98 0.24 42.22 0.96 0.39
Hex C1 89 4 0 1D 62 18 2A 60 27
Octal 301 211 4 0 35 142 30 52 140 47
Binary 11000001 10001001 100 0 11101 1100010 11000 101010 1100000 100111

Color Harmonies of #C18904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18904

Black with #C18904

Text Example


Text Example

White with #C18904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18904; }

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

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

background-color css

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

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

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

border-color css

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

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

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