#FFD970

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

Shades of Salomie #FFD970

Tints of Salomie #FFD970

Color information

#FFD970 (or 0xFFD970) is unknown color: approx Salomie. HEX triplet: FF, D9 and 70. RGB value is (255,217,112). Sum of RGB (Red+Green+Blue) = 255+217+112=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD970 is #00268F. Grayscale: #D8D8D8. Windows color (decimal): -9872 or 7395839. OLE color: 7395839.

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

Color convert

RGB255217112-
CMYK00.150.560
HSL44.06º100%71.96%-
HSV(B)44.06º56.08%100%-
XYZ68.9872.0625.6-
YUV216.3969.09155.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 112 (44.14% from 255) = 19.18%
R=43.66%
G=37.16%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521711200.150.56044.0610071.96
HexFFD9700F3802c6448
Octal37733116001770054144110
Binary1111111111011001111000001111111000010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD970; }

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

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

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

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

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

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

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

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