#FFDD7C

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

Shades of Salomie #FFDD7C

Tints of Salomie #FFDD7C

Color information

#FFDD7C (or 0xFFDD7C) is unknown color: approx Salomie. HEX triplet: FF, DD and 7C. RGB value is (255,221,124). Sum of RGB (Red+Green+Blue) = 255+221+124=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD7C is #002283. Grayscale: #DCDCDC. Windows color (decimal): -8836 or 8183295. OLE color: 8183295.

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

Color convert

RGB255221124-
CMYK00.130.510
HSL44.43º100%74.31%-
HSV(B)44.43º51.37%100%-
XYZ70.7374.4329.71-
YUV220.1173.76152.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 124 (48.83% from 255) = 20.67%
R=42.5%
G=36.83%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522112400.130.51044.4310074.31
HexFFDD7C0D3302c644a
Octal37733517401563054144112
Binary1111111111011101111110001101110011010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD7C; }

 p { color: rgb(255,221,124); }

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

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

 a { background-color: rgb(255,221,124); }

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

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

 span { border-color: rgb(255,221,124); }

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