Html Css Color HEX #C58F05 Dark Goldenrod

📋 copy color: '#C58F05'

red 197 ◦ green 143 ◦ blue 5

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

Shades of Dark Goldenrod #C58F05

Tints of Dark Goldenrod #C58F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 57.1%
G = 41.45%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C58F05 (or 0xC58F05) is known color: Dark Goldenrod. HEX triplet: C5, 8F and 05. RGB value is (197,143,5). Sum of RGB (Red+Green+Blue) = 197+143+5=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58F05 is #3A70FA. Grayscale: #909090. Windows color (decimal): -3830011 or 364485. OLE color: 364485.

HSL color Cylindrical-coordinate representation of color #C58F05: hue angle of 43.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C58F05 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 143 5 -
CMYK 0 0.27 0.97 0.23
HSL 43.13º 0.95% 0.4% -
HSV(B) 43.13º 0.97% 0.77% -
XYZ 32.88 31.53 4.5 -
YUV 143.41 49.89 166.22 -
System Red Green Blue C M Y K H S L
Decimal 197 143 5 0 0.27 0.97 0.23 43.13 0.95 0.4
Hex C5 8F 5 0 1B 61 17 2B 5F 28
Octal 305 217 5 0 33 141 27 53 137 50
Binary 11000101 10001111 101 0 11011 1100001 10111 101011 1011111 101000

Color Harmonies of #C58F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F05

Black with #C58F05

Text Example


Text Example

White with #C58F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F05; }

 p { color: rgb(197,143,5); }

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

background-color css

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

 a { background-color: rgb(197,143,5); }

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

border-color css

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

 span { border-color: rgb(197,143,5); }

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