Html Css Color HEX #C58714 Dark Goldenrod

📋 copy color: '#C58714'

red 197 ◦ green 135 ◦ blue 20

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

Shades of Dark Goldenrod #C58714

Tints of Dark Goldenrod #C58714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

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

R = 55.97%
G = 38.35%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C58714 (or 0xC58714) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 14. RGB value is (197,135,20). Sum of RGB (Red+Green+Blue) = 197+135+20=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58714 is #3A78EB. Grayscale: #8C8C8C. Windows color (decimal): -3832044 or 1345477. OLE color: 1345477.

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

Color convert

RGB 197 135 20 -
CMYK 0 0.31 0.90 0.23
HSL 38.98º 0.82% 0.43% -
HSV(B) 38.98º 0.9% 0.77% -
XYZ 31.82 29.25 4.63 -
YUV 140.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 197 135 20 0 0.31 0.90 0.23 38.98 0.82 0.43
Hex C5 87 14 0 1F 5A 17 27 52 2B
Octal 305 207 24 0 37 132 27 47 122 53
Binary 11000101 10000111 10100 0 11111 1011010 10111 100111 1010010 101011

Color Harmonies of #C58714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58714

Black with #C58714

Text Example


Text Example

White with #C58714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58714; }

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

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

background-color css

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

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

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

border-color css

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

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

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