#C1770D

Color #C1770D Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C1770D

Tints of Dark Goldenrod #C1770D

Color information

#C1770D (or 0xC1770D) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 77 and 0D. RGB value is (193,119,13). Sum of RGB (Red+Green+Blue) = 193+119+13=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1770D is #3E88F2. Grayscale: #818181. Windows color (decimal): -4098291 or 882625. OLE color: 882625.

HSL color Cylindrical-coordinate representation of color #C1770D: hue angle of 35.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1770D is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19311913-
CMYK00.380.930.24
HSL35.33º87.38%40.39%-
HSV(B)35.33º93.26%75.69%-
XYZ28.6624.563.61-
YUV129.0462.52173.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.38%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 13 (5.47% from 255) = 4%
R=59.38%
G=36.62%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931191300.380.930.2435.3387.3840.39
HexC177D0265D18235728
Octal30116715046135304312750
Binary110000011110111110101001101011101110001000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1770D; }

 p { color: rgb(193,119,13); }

 H1.HeaderClassName
 {
   color: #C1770D;
 }
 .AnyTagClassName
 {
   color: #C1770D;
 }
</style>
background-color css

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

 a { background-color: rgb(193,119,13); }

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

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

 span { border-color: rgb(193,119,13); }

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