#FFD77E

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

Shades of Salomie #FFD77E

Tints of Salomie #FFD77E

Color information

#FFD77E (or 0xFFD77E) is unknown color: approx Salomie. HEX triplet: FF, D7 and 7E. RGB value is (255,215,126). Sum of RGB (Red+Green+Blue) = 255+215+126=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD77E is #002881. Grayscale: #D9D9D9. Windows color (decimal): -10370 or 8312831. OLE color: 8312831.

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

Color convert

RGB255215126-
CMYK00.160.510
HSL41.4º100%74.71%-
HSV(B)41.4º50.59%100%-
XYZ69.3171.3729.86-
YUV216.8176.75155.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 126 (49.61% from 255) = 21.14%
R=42.79%
G=36.07%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521512600.160.51041.410074.71
HexFFD77E01033029644b
Octal37732717602063051144113
Binary11111111110101111111110010000110011010100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD77E; }

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

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

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

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

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

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

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

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