#FFD312

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

Shades of Gold #FFD312

Tints of Gold #FFD312

Color information

#FFD312 (or 0xFFD312) is unknown color: approx Gold. HEX triplet: FF, D3 and 12. RGB value is (255,211,18). Sum of RGB (Red+Green+Blue) = 255+211+18=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD312 is #002CED. Grayscale: #CACACA. Windows color (decimal): -11502 or 1233919. OLE color: 1233919.

HSL color Cylindrical-coordinate representation of color #FFD312: hue angle of 48.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFD312 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25521118-
CMYK00.170.930
HSL48.86º100%53.53%-
HSV(B)48.86º92.94%100%-
XYZ64.6467.8910.27-
YUV202.1524.08165.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 211 (82.81% from 255) = 43.60%
BLUE value IS 18 (7.42% from 255) = 3.72%
R=52.69%
G=43.60%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552111800.170.93048.8610053.53
HexFFD3120115D0316436
Octal3773232202113506114466
Binary111111111101001110010010001101110101100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD312; }

 p { color: rgb(255,211,18); }

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

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

 a { background-color: rgb(255,211,18); }

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

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

 span { border-color: rgb(255,211,18); }

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