Html Css Color HEX #C58A17 Dark Goldenrod

📋 copy color: '#C58A17'

red 197 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #C58A17

Tints of Dark Goldenrod #C58A17

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 55.03%
G = 38.55%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C58A17 (or 0xC58A17) is known color: Dark Goldenrod. HEX triplet: C5, 8A and 17. RGB value is (197,138,23). Sum of RGB (Red+Green+Blue) = 197+138+23=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A17 is #3A75E8. Grayscale: #8F8F8F. Windows color (decimal): -3831273 or 1542853. OLE color: 1542853.

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

Color convert

RGB 197 138 23 -
CMYK 0 0.30 0.88 0.23
HSL 39.66º 0.79% 0.43% -
HSV(B) 39.66º 0.88% 0.77% -
XYZ 32.27 30.11 4.92 -
YUV 142.53 60.55 166.85 -
System Red Green Blue C M Y K H S L
Decimal 197 138 23 0 0.30 0.88 0.23 39.66 0.79 0.43
Hex C5 8A 17 0 1E 58 17 28 4F 2B
Octal 305 212 27 0 36 130 27 50 117 53
Binary 11000101 10001010 10111 0 11110 1011000 10111 101000 1001111 101011

Color Harmonies of #C58A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A17

Black with #C58A17

Text Example


Text Example

White with #C58A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A17; }

 p { color: rgb(197,138,23); }

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

background-color css

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

 a { background-color: rgb(197,138,23); }

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

border-color css

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

 span { border-color: rgb(197,138,23); }

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