Html Css Color HEX #C58514 Dark Goldenrod

📋 copy color: '#C58514'

red 197 ◦ green 133 ◦ blue 20

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

Shades of Dark Goldenrod #C58514

Tints of Dark Goldenrod #C58514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 56.29%
G = 38%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C58514 (or 0xC58514) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 14. RGB value is (197,133,20). Sum of RGB (Red+Green+Blue) = 197+133+20=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C58514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58514 is #3A7AEB. Grayscale: #8B8B8B. Windows color (decimal): -3832556 or 1344965. OLE color: 1344965.

HSL color Cylindrical-coordinate representation of color #C58514: hue angle of 38.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58514 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 20 -
CMYK 0 0.32 0.90 0.23
HSL 38.31º 0.82% 0.43% -
HSV(B) 38.31º 0.9% 0.77% -
XYZ 31.54 28.7 4.54 -
YUV 139.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 197 133 20 0 0.32 0.90 0.23 38.31 0.82 0.43
Hex C5 85 14 0 20 5A 17 26 52 2B
Octal 305 205 24 0 40 132 27 46 122 53
Binary 11000101 10000101 10100 0 100000 1011010 10111 100110 1010010 101011

Color Harmonies of #C58514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58514

Black with #C58514

Text Example


Text Example

White with #C58514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58514; }

 p { color: rgb(197,133,20); }

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

background-color css

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

 a { background-color: rgb(197,133,20); }

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

border-color css

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

 span { border-color: rgb(197,133,20); }

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