Html Css Color HEX #C57A00 Dark Goldenrod

📋 copy color: '#C57A00'

red 197 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #C57A00

Tints of Dark Goldenrod #C57A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

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

R = 61.76%
G = 38.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C57A00 (or 0xC57A00) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 00. RGB value is (197,122,0). Sum of RGB (Red+Green+Blue) = 197+122+0=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A00 is #3A85FF. Grayscale: #838383. Windows color (decimal): -3835392 or 31429. OLE color: 31429.

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

Color convert

RGB 197 122 0 -
CMYK 0 0.38 1 0.23
HSL 37.16º 1% 0.39% -
HSV(B) 37.16º 1% 0.77% -
XYZ 29.99 25.79 3.4 -
YUV 130.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 197 122 0 0 0.38 1 0.23 37.16 1 0.39
Hex C5 7A 0 0 26 64 17 25 64 27
Octal 305 172 0 0 46 144 27 45 144 47
Binary 11000101 1111010 0 0 100110 1100100 10111 100101 1100100 100111

Color Harmonies of #C57A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A00

Black with #C57A00

Text Example


Text Example

White with #C57A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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