Html Css Color HEX #C57A07 Dark Goldenrod

📋 copy color: '#C57A07'

red 197 ◦ green 122 ◦ blue 7

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

Shades of Dark Goldenrod #C57A07

Tints of Dark Goldenrod #C57A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 60.43%
G = 37.42%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C57A07 (or 0xC57A07) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 07. RGB value is (197,122,7). Sum of RGB (Red+Green+Blue) = 197+122+7=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A07 is #3A85F8. Grayscale: #838383. Windows color (decimal): -3835385 or 490181. OLE color: 490181.

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

Color convert

RGB 197 122 7 -
CMYK 0 0.38 0.96 0.23
HSL 36.32º 0.93% 0.4% -
HSV(B) 36.32º 0.96% 0.77% -
XYZ 30.02 25.8 3.6 -
YUV 131.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 197 122 7 0 0.38 0.96 0.23 36.32 0.93 0.4
Hex C5 7A 7 0 26 60 17 24 5D 28
Octal 305 172 7 0 46 140 27 44 135 50
Binary 11000101 1111010 111 0 100110 1100000 10111 100100 1011101 101000

Color Harmonies of #C57A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A07

Black with #C57A07

Text Example


Text Example

White with #C57A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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