Html Css Color HEX #C18519 Dark Goldenrod

📋 copy color: '#C18519'

red 193 ◦ green 133 ◦ blue 25

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

Shades of Dark Goldenrod #C18519

Tints of Dark Goldenrod #C18519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 54.99%
G = 37.89%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C18519 (or 0xC18519) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 19. RGB value is (193,133,25). Sum of RGB (Red+Green+Blue) = 193+133+25=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C18519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18519 is #3E7AE6. Grayscale: #8B8B8B. Windows color (decimal): -4094695 or 1672641. OLE color: 1672641.

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

Color convert

RGB 193 133 25 -
CMYK 0 0.31 0.87 0.24
HSL 38.57º 0.77% 0.43% -
HSV(B) 38.57º 0.87% 0.76% -
XYZ 30.56 28.18 4.75 -
YUV 138.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 193 133 25 0 0.31 0.87 0.24 38.57 0.77 0.43
Hex C1 85 19 0 1F 57 18 27 4D 2B
Octal 301 205 31 0 37 127 30 47 115 53
Binary 11000001 10000101 11001 0 11111 1010111 11000 100111 1001101 101011

Color Harmonies of #C18519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18519

Black with #C18519

Text Example


Text Example

White with #C18519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18519; }

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

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

background-color css

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

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

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

border-color css

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

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

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