Html Css Color HEX #C57A06 Dark Goldenrod

📋 copy color: '#C57A06'

red 197 ◦ green 122 ◦ blue 6

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

Shades of Dark Goldenrod #C57A06

Tints of Dark Goldenrod #C57A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 60.62%
G = 37.54%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C57A06 (or 0xC57A06) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 06. RGB value is (197,122,6). Sum of RGB (Red+Green+Blue) = 197+122+6=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A06 is #3A85F9. Grayscale: #838383. Windows color (decimal): -3835386 or 424645. OLE color: 424645.

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

Color convert

RGB 197 122 6 -
CMYK 0 0.38 0.97 0.23
HSL 36.44º 0.94% 0.4% -
HSV(B) 36.44º 0.97% 0.77% -
XYZ 30.02 25.8 3.57 -
YUV 131.2 57.35 174.93 -
System Red Green Blue C M Y K H S L
Decimal 197 122 6 0 0.38 0.97 0.23 36.44 0.94 0.4
Hex C5 7A 6 0 26 61 17 24 5E 28
Octal 305 172 6 0 46 141 27 44 136 50
Binary 11000101 1111010 110 0 100110 1100001 10111 100100 1011110 101000

Color Harmonies of #C57A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A06

Black with #C57A06

Text Example


Text Example

White with #C57A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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