Html Css Color HEX #C58914 Dark Goldenrod

📋 copy color: '#C58914'

red 197 ◦ green 137 ◦ blue 20

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

Shades of Dark Goldenrod #C58914

Tints of Dark Goldenrod #C58914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

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

R = 55.65%
G = 38.7%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C58914 (or 0xC58914) is known color: Dark Goldenrod. HEX triplet: C5, 89 and 14. RGB value is (197,137,20). Sum of RGB (Red+Green+Blue) = 197+137+20=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C58914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58914 is #3A76EB. Grayscale: #8E8E8E. Windows color (decimal): -3831532 or 1345989. OLE color: 1345989.

HSL color Cylindrical-coordinate representation of color #C58914: hue angle of 39.66º 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 #C58914 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 137 20 -
CMYK 0 0.30 0.90 0.23
HSL 39.66º 0.82% 0.43% -
HSV(B) 39.66º 0.9% 0.77% -
XYZ 32.1 29.81 4.72 -
YUV 141.6 59.38 167.51 -
System Red Green Blue C M Y K H S L
Decimal 197 137 20 0 0.30 0.90 0.23 39.66 0.82 0.43
Hex C5 89 14 0 1E 5A 17 28 52 2B
Octal 305 211 24 0 36 132 27 50 122 53
Binary 11000101 10001001 10100 0 11110 1011010 10111 101000 1010010 101011

Color Harmonies of #C58914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58914

Black with #C58914

Text Example


Text Example

White with #C58914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58914; }

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

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

background-color css

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

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

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

border-color css

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

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

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