Html Css Color HEX #C18119 Dark Goldenrod

📋 copy color: '#C18119'

red 193 ◦ green 129 ◦ blue 25

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

Shades of Dark Goldenrod #C18119

Tints of Dark Goldenrod #C18119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.18%

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 55.62%
G = 37.18%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C18119 (or 0xC18119) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 19. RGB value is (193,129,25). Sum of RGB (Red+Green+Blue) = 193+129+25=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C18119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18119 is #3E7EE6. Grayscale: #888888. Windows color (decimal): -4095719 or 1671617. OLE color: 1671617.

HSL color Cylindrical-coordinate representation of color #C18119: hue angle of 37.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C18119 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 25 -
CMYK 0 0.33 0.87 0.24
HSL 37.14º 0.77% 0.43% -
HSV(B) 37.14º 0.87% 0.76% -
XYZ 30.02 27.11 4.57 -
YUV 136.28 65.2 168.46 -
System Red Green Blue C M Y K H S L
Decimal 193 129 25 0 0.33 0.87 0.24 37.14 0.77 0.43
Hex C1 81 19 0 21 57 18 25 4D 2B
Octal 301 201 31 0 41 127 30 45 115 53
Binary 11000001 10000001 11001 0 100001 1010111 11000 100101 1001101 101011

Color Harmonies of #C18119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18119

Black with #C18119

Text Example


Text Example

White with #C18119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18119; }

 p { color: rgb(193,129,25); }

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

background-color css

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

 a { background-color: rgb(193,129,25); }

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

border-color css

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

 span { border-color: rgb(193,129,25); }

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