Html Css Color HEX #C58E00 Dark Goldenrod

📋 copy color: '#C58E00'

red 197 ◦ green 142 ◦ blue 0

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

Shades of Dark Goldenrod #C58E00

Tints of Dark Goldenrod #C58E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.11%
G = 41.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C58E00 (or 0xC58E00) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 00. RGB value is (197,142,0). Sum of RGB (Red+Green+Blue) = 197+142+0=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E00 is #3A71FF. Grayscale: #8E8E8E. Windows color (decimal): -3830272 or 36549. OLE color: 36549.

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

Color convert

RGB 197 142 0 -
CMYK 0 0.28 1 0.23
HSL 43.25º 1% 0.39% -
HSV(B) 43.25º 1% 0.77% -
XYZ 32.7 31.22 4.3 -
YUV 142.26 47.72 167.05 -
System Red Green Blue C M Y K H S L
Decimal 197 142 0 0 0.28 1 0.23 43.25 1 0.39
Hex C5 8E 0 0 1C 64 17 2B 64 27
Octal 305 216 0 0 34 144 27 53 144 47
Binary 11000101 10001110 0 0 11100 1100100 10111 101011 1100100 100111

Color Harmonies of #C58E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E00

Black with #C58E00

Text Example


Text Example

White with #C58E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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