Html Css Color HEX #C57E12 Dark Goldenrod

📋 copy color: '#C57E12'

red 197 ◦ green 126 ◦ blue 18

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

Shades of Dark Goldenrod #C57E12

Tints of Dark Goldenrod #C57E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 57.77%
G = 36.95%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C57E12 (or 0xC57E12) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 12. RGB value is (197,126,18). Sum of RGB (Red+Green+Blue) = 197+126+18=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E12 is #3A81ED. Grayscale: #878787. Windows color (decimal): -3834350 or 1212101. OLE color: 1212101.

HSL color Cylindrical-coordinate representation of color #C57E12: hue angle of 36.2º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57E12 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 126 18 -
CMYK 0 0.36 0.91 0.23
HSL 36.2º 0.83% 0.42% -
HSV(B) 36.2º 0.91% 0.77% -
XYZ 30.6 26.84 4.14 -
YUV 134.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 197 126 18 0 0.36 0.91 0.23 36.2 0.83 0.42
Hex C5 7E 12 0 24 5B 17 24 53 2A
Octal 305 176 22 0 44 133 27 44 123 52
Binary 11000101 1111110 10010 0 100100 1011011 10111 100100 1010011 101010

Color Harmonies of #C57E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E12

Black with #C57E12

Text Example


Text Example

White with #C57E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E12; }

 p { color: rgb(197,126,18); }

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

background-color css

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

 a { background-color: rgb(197,126,18); }

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

border-color css

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

 span { border-color: rgb(197,126,18); }

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