Html Css Color HEX #C57F05 Dark Goldenrod

📋 copy color: '#C57F05'

red 197 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #C57F05

Tints of Dark Goldenrod #C57F05

RGB

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

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

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

R = 59.88%
G = 38.6%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C57F05 (or 0xC57F05) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 05. RGB value is (197,127,5). Sum of RGB (Red+Green+Blue) = 197+127+5=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F05 is #3A80FA. Grayscale: #868686. Windows color (decimal): -3834107 or 360389. OLE color: 360389.

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

Color convert

RGB 197 127 5 -
CMYK 0 0.36 0.97 0.23
HSL 38.13º 0.95% 0.4% -
HSV(B) 38.13º 0.97% 0.77% -
XYZ 30.64 27.06 3.75 -
YUV 134.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 197 127 5 0 0.36 0.97 0.23 38.13 0.95 0.4
Hex C5 7F 5 0 24 61 17 26 5F 28
Octal 305 177 5 0 44 141 27 46 137 50
Binary 11000101 1111111 101 0 100100 1100001 10111 100110 1011111 101000

Color Harmonies of #C57F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F05

Black with #C57F05

Text Example


Text Example

White with #C57F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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