Html Css Color HEX #C57A0A Dark Goldenrod

📋 copy color: '#C57A0A'

red 197 ◦ green 122 ◦ blue 10

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

Shades of Dark Goldenrod #C57A0A

Tints of Dark Goldenrod #C57A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 59.88%
G = 37.08%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C57A0A (or 0xC57A0A) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 0A. RGB value is (197,122,10). Sum of RGB (Red+Green+Blue) = 197+122+10=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A0A is #3A85F5. Grayscale: #848484. Windows color (decimal): -3835382 or 686789. OLE color: 686789.

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

Color convert

RGB 197 122 10 -
CMYK 0 0.38 0.95 0.23
HSL 35.94º 0.9% 0.41% -
HSV(B) 35.94º 0.95% 0.77% -
XYZ 30.04 25.81 3.69 -
YUV 131.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 197 122 10 0 0.38 0.95 0.23 35.94 0.9 0.41
Hex C5 7A A 0 26 5F 17 24 5A 29
Octal 305 172 12 0 46 137 27 44 132 51
Binary 11000101 1111010 1010 0 100110 1011111 10111 100100 1011010 101001

Color Harmonies of #C57A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A0A

Black with #C57A0A

Text Example


Text Example

White with #C57A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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