Html Css Color HEX #C57F01 Dark Goldenrod

📋 copy color: '#C57F01'

red 197 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #C57F01

Tints of Dark Goldenrod #C57F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 60.62%
G = 39.08%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C57F01 (or 0xC57F01) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 01. RGB value is (197,127,1). Sum of RGB (Red+Green+Blue) = 197+127+1=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F01 is #3A80FE. Grayscale: #868686. Windows color (decimal): -3834111 or 98245. OLE color: 98245.

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

Color convert

RGB 197 127 1 -
CMYK 0 0.36 0.99 0.23
HSL 38.57º 0.99% 0.39% -
HSV(B) 38.57º 0.99% 0.77% -
XYZ 30.62 27.05 3.64 -
YUV 133.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 197 127 1 0 0.36 0.99 0.23 38.57 0.99 0.39
Hex C5 7F 1 0 24 63 17 27 63 27
Octal 305 177 1 0 44 143 27 47 143 47
Binary 11000101 1111111 1 0 100100 1100011 10111 100111 1100011 100111

Color Harmonies of #C57F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F01

Black with #C57F01

Text Example


Text Example

White with #C57F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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