Html Css Color HEX #C57D0E Dark Goldenrod

📋 copy color: '#C57D0E'

red 197 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C57D0E

Tints of Dark Goldenrod #C57D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.17%

R = 58.63%
G = 37.2%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C57D0E (or 0xC57D0E) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 0E. RGB value is (197,125,14). Sum of RGB (Red+Green+Blue) = 197+125+14=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D0E is #3A82F1. Grayscale: #868686. Windows color (decimal): -3834610 or 949701. OLE color: 949701.

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

Color convert

RGB 197 125 14 -
CMYK 0 0.37 0.93 0.23
HSL 36.39º 0.87% 0.41% -
HSV(B) 36.39º 0.93% 0.77% -
XYZ 30.44 26.57 3.94 -
YUV 133.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 197 125 14 0 0.37 0.93 0.23 36.39 0.87 0.41
Hex C5 7D E 0 25 5D 17 24 57 29
Octal 305 175 16 0 45 135 27 44 127 51
Binary 11000101 1111101 1110 0 100101 1011101 10111 100100 1010111 101001

Color Harmonies of #C57D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D0E

Black with #C57D0E

Text Example


Text Example

White with #C57D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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