#C28E10

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

Shades of Dark Goldenrod #C28E10

Tints of Dark Goldenrod #C28E10

Color information

#C28E10 (or 0xC28E10) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 8E and 10. RGB value is (194,142,16). Sum of RGB (Red+Green+Blue) = 194+142+16=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28E10 is #3D71EF. Grayscale: #8F8F8F. Windows color (decimal): -4026864 or 1085122. OLE color: 1085122.

HSL color Cylindrical-coordinate representation of color #C28E10: hue angle of 42.47º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C28E10 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19414216-
CMYK00.270.920.24
HSL42.47º84.76%41.18%-
HSV(B)42.47º91.75%76.08%-
XYZ32.0130.854.76-
YUV143.1856.23164.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 16 (6.64% from 255) = 4.55%
R=55.11%
G=40.34%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941421600.270.920.2442.4784.7641.18
HexC28E1001B5C182a5529
Octal30221620033134305212551
Binary1100001010001110100000110111011100110001010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E10; }

 p { color: rgb(194,142,16); }

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

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

 a { background-color: rgb(194,142,16); }

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

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

 span { border-color: rgb(194,142,16); }

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