Html Css Color HEX #C57F11 Dark Goldenrod

📋 copy color: '#C57F11'

red 197 ◦ green 127 ◦ blue 17

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

Shades of Dark Goldenrod #C57F11

Tints of Dark Goldenrod #C57F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 57.77%
G = 37.24%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C57F11 (or 0xC57F11) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 11. RGB value is (197,127,17). Sum of RGB (Red+Green+Blue) = 197+127+17=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F11 is #3A80EE. Grayscale: #878787. Windows color (decimal): -3834095 or 1146821. OLE color: 1146821.

HSL color Cylindrical-coordinate representation of color #C57F11: hue angle of 36.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57F11 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 17 -
CMYK 0 0.36 0.91 0.23
HSL 36.67º 0.84% 0.42% -
HSV(B) 36.67º 0.91% 0.77% -
XYZ 30.72 27.09 4.14 -
YUV 135.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 197 127 17 0 0.36 0.91 0.23 36.67 0.84 0.42
Hex C5 7F 11 0 24 5B 17 25 54 2A
Octal 305 177 21 0 44 133 27 45 124 52
Binary 11000101 1111111 10001 0 100100 1011011 10111 100101 1010100 101010

Color Harmonies of #C57F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F11

Black with #C57F11

Text Example


Text Example

White with #C57F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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