Html Css Color HEX #C58814 Dark Goldenrod

📋 copy color: '#C58814'

red 197 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #C58814

Tints of Dark Goldenrod #C58814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 55.81%
G = 38.53%
B = 5.67%

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

#C58814 (or 0xC58814) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 14. RGB value is (197,136,20). Sum of RGB (Red+Green+Blue) = 197+136+20=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C58814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58814 is #3A77EB. Grayscale: #8D8D8D. Windows color (decimal): -3831788 or 1345733. OLE color: 1345733.

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

Color convert

RGB 197 136 20 -
CMYK 0 0.31 0.90 0.23
HSL 39.32º 0.82% 0.43% -
HSV(B) 39.32º 0.9% 0.77% -
XYZ 31.96 29.53 4.68 -
YUV 141.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 197 136 20 0 0.31 0.90 0.23 39.32 0.82 0.43
Hex C5 88 14 0 1F 5A 17 27 52 2B
Octal 305 210 24 0 37 132 27 47 122 53
Binary 11000101 10001000 10100 0 11111 1011010 10111 100111 1010010 101011

Color Harmonies of #C58814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58814

Black with #C58814

Text Example


Text Example

White with #C58814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58814; }

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

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

background-color css

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

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

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

border-color css

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

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

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