#C28F10

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

Shades of Dark Goldenrod #C28F10

Tints of Dark Goldenrod #C28F10

Color information

#C28F10 (or 0xC28F10) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 8F and 10. RGB value is (194,143,16). Sum of RGB (Red+Green+Blue) = 194+143+16=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F10 is #3D70EF. Grayscale: #909090. Windows color (decimal): -4026608 or 1085378. OLE color: 1085378.

HSL color Cylindrical-coordinate representation of color #C28F10: hue angle of 42.81º 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 #C28F10 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19414316-
CMYK00.260.920.24
HSL42.81º84.76%41.18%-
HSV(B)42.81º91.75%76.08%-
XYZ32.1631.154.81-
YUV143.7755.9163.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.96%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 16 (6.64% from 255) = 4.53%
R=54.96%
G=40.51%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941431600.260.920.2442.8184.7641.18
HexC28F1001A5C182b5529
Octal30221720032134305312551
Binary1100001010001111100000110101011100110001010111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F10; }

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

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

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

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

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

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

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

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