#FFD870

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

Shades of Salomie #FFD870

Tints of Salomie #FFD870

Color information

#FFD870 (or 0xFFD870) is unknown color: approx Salomie. HEX triplet: FF, D8 and 70. RGB value is (255,216,112). Sum of RGB (Red+Green+Blue) = 255+216+112=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD870 is #00278F. Grayscale: #D8D8D8. Windows color (decimal): -10128 or 7395583. OLE color: 7395583.

HSL color Cylindrical-coordinate representation of color #FFD870: hue angle of 43.64º 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 #FFD870 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255216112-
CMYK00.150.560
HSL43.64º100%71.96%-
HSV(B)43.64º56.08%100%-
XYZ68.7271.5425.52-
YUV215.869.42155.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 112 (44.14% from 255) = 19.21%
R=43.74%
G=37.05%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521611200.150.56043.6410071.96
HexFFD8700F3802c6448
Octal37733016001770054144110
Binary1111111111011000111000001111111000010110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD870; }

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

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

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

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

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

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

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

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