#FFD973

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

Shades of Salomie #FFD973

Tints of Salomie #FFD973

Color information

#FFD973 (or 0xFFD973) is unknown color: approx Salomie. HEX triplet: FF, D9 and 73. RGB value is (255,217,115). Sum of RGB (Red+Green+Blue) = 255+217+115=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD973 is #00268C. Grayscale: #D9D9D9. Windows color (decimal): -9869 or 7592447. OLE color: 7592447.

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

Color convert

RGB255217115-
CMYK00.150.550
HSL43.71º100%72.55%-
HSV(B)43.71º54.9%100%-
XYZ69.1572.1226.5-
YUV216.7370.59155.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 115 (45.31% from 255) = 19.59%
R=43.44%
G=36.97%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521711500.150.55043.7110072.55
HexFFD9730F3702c6449
Octal37733116301767054144111
Binary1111111111011001111001101111110111010110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD973; }

 p { color: rgb(255,217,115); }

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

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

 a { background-color: rgb(255,217,115); }

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

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

 span { border-color: rgb(255,217,115); }

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