#FFD972

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

Shades of Salomie #FFD972

Tints of Salomie #FFD972

Color information

#FFD972 (or 0xFFD972) is unknown color: approx Salomie. HEX triplet: FF, D9 and 72. RGB value is (255,217,114). Sum of RGB (Red+Green+Blue) = 255+217+114=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD972 is #00268D. Grayscale: #D9D9D9. Windows color (decimal): -9870 or 7526911. OLE color: 7526911.

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

Color convert

RGB255217114-
CMYK00.150.550
HSL43.83º100%72.35%-
HSV(B)43.83º55.29%100%-
XYZ69.0972.126.19-
YUV216.6270.09155.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 114 (44.92% from 255) = 19.45%
R=43.52%
G=37.03%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521711400.150.55043.8310072.35
HexFFD9720F3702c6448
Octal37733116201767054144110
Binary1111111111011001111001001111110111010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD972; }

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

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

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

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

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

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

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

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