Html Css Color HEX #C57900 Dark Goldenrod

📋 copy color: '#C57900'

red 197 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #C57900

Tints of Dark Goldenrod #C57900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.95%
G = 38.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C57900 (or 0xC57900) is known color: Dark Goldenrod. HEX triplet: C5, 79 and 00. RGB value is (197,121,0). Sum of RGB (Red+Green+Blue) = 197+121+0=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C57900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57900 is #3A86FF. Grayscale: #828282. Windows color (decimal): -3835648 or 31173. OLE color: 31173.

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

Color convert

RGB 197 121 0 -
CMYK 0 0.39 1 0.23
HSL 36.85º 1% 0.39% -
HSV(B) 36.85º 1% 0.77% -
XYZ 29.86 25.55 3.36 -
YUV 129.93 54.68 175.84 -
System Red Green Blue C M Y K H S L
Decimal 197 121 0 0 0.39 1 0.23 36.85 1 0.39
Hex C5 79 0 0 27 64 17 25 64 27
Octal 305 171 0 0 47 144 27 45 144 47
Binary 11000101 1111001 0 0 100111 1100100 10111 100101 1100100 100111

Color Harmonies of #C57900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57900

Black with #C57900

Text Example


Text Example

White with #C57900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57900; }

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

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

background-color css

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

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

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

border-color css

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

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

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