Html Css Color HEX #C57F14 Dark Goldenrod

📋 copy color: '#C57F14'

red 197 ◦ green 127 ◦ blue 20

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

Shades of Dark Goldenrod #C57F14

Tints of Dark Goldenrod #C57F14

RGB

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

 GREEN value IS 127 (50% from 255) = 36.92%

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

R = 57.27%
G = 36.92%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57F14 (or 0xC57F14) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 14. RGB value is (197,127,20). Sum of RGB (Red+Green+Blue) = 197+127+20=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F14 is #3A80EB. Grayscale: #888888. Windows color (decimal): -3834092 or 1343429. OLE color: 1343429.

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

Color convert

RGB 197 127 20 -
CMYK 0 0.36 0.90 0.23
HSL 36.27º 0.82% 0.43% -
HSV(B) 36.27º 0.9% 0.77% -
XYZ 30.74 27.1 4.27 -
YUV 135.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 197 127 20 0 0.36 0.90 0.23 36.27 0.82 0.43
Hex C5 7F 14 0 24 5A 17 24 52 2B
Octal 305 177 24 0 44 132 27 44 122 53
Binary 11000101 1111111 10100 0 100100 1011010 10111 100100 1010010 101011

Color Harmonies of #C57F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F14

Black with #C57F14

Text Example


Text Example

White with #C57F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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