Html Css Color HEX #C57F0D Dark Goldenrod

📋 copy color: '#C57F0D'

red 197 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #C57F0D

Tints of Dark Goldenrod #C57F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 58.46%
G = 37.69%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C57F0D (or 0xC57F0D) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 0D. RGB value is (197,127,13). Sum of RGB (Red+Green+Blue) = 197+127+13=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F0D is #3A80F2. Grayscale: #878787. Windows color (decimal): -3834099 or 884677. OLE color: 884677.

HSL color Cylindrical-coordinate representation of color #C57F0D: hue angle of 37.17º degrees, saturation: 0.88, 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 #C57F0D is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 13 -
CMYK 0 0.36 0.93 0.23
HSL 37.17º 0.88% 0.41% -
HSV(B) 37.17º 0.93% 0.77% -
XYZ 30.69 27.08 3.99 -
YUV 134.93 59.19 172.27 -
System Red Green Blue C M Y K H S L
Decimal 197 127 13 0 0.36 0.93 0.23 37.17 0.88 0.41
Hex C5 7F D 0 24 5D 17 25 58 29
Octal 305 177 15 0 44 135 27 45 130 51
Binary 11000101 1111111 1101 0 100100 1011101 10111 100101 1011000 101001

Color Harmonies of #C57F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F0D

Black with #C57F0D

Text Example


Text Example

White with #C57F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F0D; }

 p { color: rgb(197,127,13); }

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

background-color css

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

 a { background-color: rgb(197,127,13); }

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

border-color css

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

 span { border-color: rgb(197,127,13); }

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