Html Css Color HEX #C58E16 Dark Goldenrod

📋 copy color: '#C58E16'

red 197 ◦ green 142 ◦ blue 22

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

Shades of Dark Goldenrod #C58E16

Tints of Dark Goldenrod #C58E16

RGB

 RED value IS 197 (77.34% from 255) = 54.57%

 GREEN value IS 142 (55.86% from 255) = 39.34%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 54.57%
G = 39.34%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C58E16 (or 0xC58E16) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 16. RGB value is (197,142,22). Sum of RGB (Red+Green+Blue) = 197+142+22=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E16 is #3A71E9. Grayscale: #919191. Windows color (decimal): -3830250 or 1478341. OLE color: 1478341.

HSL color Cylindrical-coordinate representation of color #C58E16: hue angle of 41.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C58E16 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 142 22 -
CMYK 0 0.28 0.89 0.23
HSL 41.14º 0.8% 0.43% -
HSV(B) 41.14º 0.89% 0.77% -
XYZ 32.84 31.27 5.06 -
YUV 144.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 197 142 22 0 0.28 0.89 0.23 41.14 0.8 0.43
Hex C5 8E 16 0 1C 59 17 29 50 2B
Octal 305 216 26 0 34 131 27 51 120 53
Binary 11000101 10001110 10110 0 11100 1011001 10111 101001 1010000 101011

Color Harmonies of #C58E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E16

Black with #C58E16

Text Example


Text Example

White with #C58E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E16; }

 p { color: rgb(197,142,22); }

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

background-color css

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

 a { background-color: rgb(197,142,22); }

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

border-color css

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

 span { border-color: rgb(197,142,22); }

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