Html Css Color HEX #C57E13 Dark Goldenrod

📋 copy color: '#C57E13'

red 197 ◦ green 126 ◦ blue 19

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

Shades of Dark Goldenrod #C57E13

Tints of Dark Goldenrod #C57E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 57.6%
G = 36.84%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C57E13 (or 0xC57E13) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 13. RGB value is (197,126,19). Sum of RGB (Red+Green+Blue) = 197+126+19=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E13 is #3A81EC. Grayscale: #878787. Windows color (decimal): -3834349 or 1277637. OLE color: 1277637.

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

Color convert

RGB 197 126 19 -
CMYK 0 0.36 0.90 0.23
HSL 36.07º 0.82% 0.42% -
HSV(B) 36.07º 0.9% 0.77% -
XYZ 30.6 26.84 4.18 -
YUV 135.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 197 126 19 0 0.36 0.90 0.23 36.07 0.82 0.42
Hex C5 7E 13 0 24 5A 17 24 52 2A
Octal 305 176 23 0 44 132 27 44 122 52
Binary 11000101 1111110 10011 0 100100 1011010 10111 100100 1010010 101010

Color Harmonies of #C57E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E13

Black with #C57E13

Text Example


Text Example

White with #C57E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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