Html Css Color HEX #C18604 Dark Goldenrod

📋 copy color: '#C18604'

red 193 ◦ green 134 ◦ blue 4

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

Shades of Dark Goldenrod #C18604

Tints of Dark Goldenrod #C18604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 58.31%
G = 40.48%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C18604 (or 0xC18604) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 04. RGB value is (193,134,4). Sum of RGB (Red+Green+Blue) = 193+134+4=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C18604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18604 is #3E79FB. Grayscale: #898989. Windows color (decimal): -4094460 or 296641. OLE color: 296641.

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

Color convert

RGB 193 134 4 -
CMYK 0 0.31 0.98 0.24
HSL 41.27º 0.96% 0.39% -
HSV(B) 41.27º 0.98% 0.76% -
XYZ 30.54 28.4 3.99 -
YUV 136.82 53.05 168.07 -
System Red Green Blue C M Y K H S L
Decimal 193 134 4 0 0.31 0.98 0.24 41.27 0.96 0.39
Hex C1 86 4 0 1F 62 18 29 60 27
Octal 301 206 4 0 37 142 30 51 140 47
Binary 11000001 10000110 100 0 11111 1100010 11000 101001 1100000 100111

Color Harmonies of #C18604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18604

Black with #C18604

Text Example


Text Example

White with #C18604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18604; }

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

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

background-color css

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

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

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

border-color css

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

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

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