Html Css Color HEX #C57D0C Dark Goldenrod

📋 copy color: '#C57D0C'

red 197 ◦ green 125 ◦ blue 12

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

Shades of Dark Goldenrod #C57D0C

Tints of Dark Goldenrod #C57D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 58.98%
G = 37.43%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C57D0C (or 0xC57D0C) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 0C. RGB value is (197,125,12). Sum of RGB (Red+Green+Blue) = 197+125+12=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D0C is #3A82F3. Grayscale: #868686. Windows color (decimal): -3834612 or 818629. OLE color: 818629.

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

Color convert

RGB 197 125 12 -
CMYK 0 0.37 0.94 0.23
HSL 36.65º 0.89% 0.41% -
HSV(B) 36.65º 0.94% 0.77% -
XYZ 30.43 26.56 3.87 -
YUV 133.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 197 125 12 0 0.37 0.94 0.23 36.65 0.89 0.41
Hex C5 7D C 0 25 5E 17 25 59 29
Octal 305 175 14 0 45 136 27 45 131 51
Binary 11000101 1111101 1100 0 100101 1011110 10111 100101 1011001 101001

Color Harmonies of #C57D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D0C

Black with #C57D0C

Text Example


Text Example

White with #C57D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D0C; }

 p { color: rgb(197,125,12); }

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

background-color css

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

 a { background-color: rgb(197,125,12); }

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

border-color css

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

 span { border-color: rgb(197,125,12); }

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