#FFDC7C

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

Shades of Salomie #FFDC7C

Tints of Salomie #FFDC7C

Color information

#FFDC7C (or 0xFFDC7C) is unknown color: approx Salomie. HEX triplet: FF, DC and 7C. RGB value is (255,220,124). Sum of RGB (Red+Green+Blue) = 255+220+124=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC7C is #002383. Grayscale: #DBDBDB. Windows color (decimal): -9092 or 8183039. OLE color: 8183039.

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

Color convert

RGB255220124-
CMYK00.140.510
HSL43.97º100%74.31%-
HSV(B)43.97º51.37%100%-
XYZ70.4773.929.62-
YUV219.5274.1153.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 124 (48.83% from 255) = 20.70%
R=42.57%
G=36.73%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522012400.140.51043.9710074.31
HexFFDC7C0E3302c644a
Octal37733417401663054144112
Binary1111111111011100111110001110110011010110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC7C; }

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

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

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

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

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

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

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

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