Html Css Color HEX #C57901 Dark Goldenrod

📋 copy color: '#C57901'

red 197 ◦ green 121 ◦ blue 1

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

Shades of Dark Goldenrod #C57901

Tints of Dark Goldenrod #C57901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

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

R = 61.76%
G = 37.93%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C57901 (or 0xC57901) is known color: Dark Goldenrod. HEX triplet: C5, 79 and 01. RGB value is (197,121,1). Sum of RGB (Red+Green+Blue) = 197+121+1=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C57901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57901 is #3A86FE. Grayscale: #828282. Windows color (decimal): -3835647 or 96709. OLE color: 96709.

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

Color convert

RGB 197 121 1 -
CMYK 0 0.39 0.99 0.23
HSL 36.73º 0.99% 0.39% -
HSV(B) 36.73º 0.99% 0.77% -
XYZ 29.87 25.55 3.39 -
YUV 130.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 197 121 1 0 0.39 0.99 0.23 36.73 0.99 0.39
Hex C5 79 1 0 27 63 17 25 63 27
Octal 305 171 1 0 47 143 27 45 143 47
Binary 11000101 1111001 1 0 100111 1100011 10111 100101 1100011 100111

Color Harmonies of #C57901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57901

Black with #C57901

Text Example


Text Example

White with #C57901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57901; }

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

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

background-color css

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

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

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

border-color css

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

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

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