#c28519

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

Shades of Dark Goldenrod #C28519

Tints of Dark Goldenrod #C28519

Color information

#C28519 (or 0xC28519) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 85 and 19. RGB value is (194,133,25). Sum of RGB (Red+Green+Blue) = 194+133+25=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28519 is #3D7AE6. Grayscale: #8B8B8B. Windows color (decimal): -4029159 or 1672642. OLE color: 1672642.

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

Color convert

RGB19413325-
CMYK00.310.870.24
HSL38.34º77.17%42.94%-
HSV(B)38.34º87.11%76.08%-
XYZ30.8128.314.76-
YUV138.9363.71167.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 25 (10.16% from 255) = 7.10%
R=55.11%
G=37.78%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941332500.310.870.2438.3477.1742.94
HexC2851901F5718264d2b
Octal30220531037127304611553
Binary1100001010000101110010111111010111110001001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c28519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c28519; }

 p { color: rgb(194,133,25); }

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

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

 a { background-color: rgb(194,133,25); }

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

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

 span { border-color: rgb(194,133,25); }

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