#FFDC77

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

Shades of Salomie #FFDC77

Tints of Salomie #FFDC77

Color information

#FFDC77 (or 0xFFDC77) is unknown color: approx Salomie. HEX triplet: FF, DC and 77. RGB value is (255,220,119). Sum of RGB (Red+Green+Blue) = 255+220+119=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC77 is #002388. Grayscale: #DBDBDB. Windows color (decimal): -9097 or 7855359. OLE color: 7855359.

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

Color convert

RGB255220119-
CMYK00.140.530
HSL44.56º100%73.33%-
HSV(B)44.56º53.33%100%-
XYZ70.1673.7828-
YUV218.9571.6153.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 119 (46.88% from 255) = 20.03%
R=42.93%
G=37.04%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522011900.140.53044.5610073.33
HexFFDC770E3502d6449
Octal37733416701665055144111
Binary1111111111011100111011101110110101010110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC77; }

 p { color: rgb(255,220,119); }

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

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

 a { background-color: rgb(255,220,119); }

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

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

 span { border-color: rgb(255,220,119); }

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