#FFD879

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

Shades of Salomie #FFD879

Tints of Salomie #FFD879

Color information

#FFD879 (or 0xFFD879) is unknown color: approx Salomie. HEX triplet: FF, D8 and 79. RGB value is (255,216,121). Sum of RGB (Red+Green+Blue) = 255+216+121=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 121 (47.66% from 255 or 20.44% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD879 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD879 is #002786. Grayscale: #D9D9D9. Windows color (decimal): -10119 or 7985407. OLE color: 7985407.

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

Color convert

RGB255216121-
CMYK00.150.530
HSL42.54º100%73.73%-
HSV(B)42.54º52.55%100%-
XYZ69.2571.7528.29-
YUV216.8373.92155.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 121 (47.66% from 255) = 20.44%
R=43.07%
G=36.49%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521612100.150.53042.5410073.73
HexFFD8790F3502b644a
Octal37733017101765053144112
Binary1111111111011000111100101111110101010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD879; }

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

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

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

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

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

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

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

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