#FFD779

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

Shades of Salomie #FFD779

Tints of Salomie #FFD779

Color information

#FFD779 (or 0xFFD779) is unknown color: approx Salomie. HEX triplet: FF, D7 and 79. RGB value is (255,215,121). Sum of RGB (Red+Green+Blue) = 255+215+121=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD779 is #002886. Grayscale: #D8D8D8. Windows color (decimal): -10375 or 7985151. OLE color: 7985151.

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

Color convert

RGB255215121-
CMYK00.160.530
HSL42.09º100%73.73%-
HSV(B)42.09º52.55%100%-
XYZ68.9971.2428.2-
YUV216.2474.25155.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 121 (47.66% from 255) = 20.47%
R=43.15%
G=36.38%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521512100.160.53042.0910073.73
HexFFD7790103502a644a
Octal37732717102065052144112
Binary11111111110101111111001010000110101010101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD779; }

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

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

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

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

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

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

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

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