#FFD56C

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

Shades of Grandis #FFD56C

Tints of Grandis #FFD56C

Color information

#FFD56C (or 0xFFD56C) is unknown color: approx Grandis. HEX triplet: FF, D5 and 6C. RGB value is (255,213,108). Sum of RGB (Red+Green+Blue) = 255+213+108=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 108 (42.58% from 255 or 18.75% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD56C is #002A93. Grayscale: #D6D6D6. Windows color (decimal): -10900 or 7132671. OLE color: 7132671.

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

Color convert

RGB255213108-
CMYK00.160.580
HSL42.86º100%71.18%-
HSV(B)42.86º57.65%100%-
XYZ67.7469.9324.12-
YUV213.5968.41157.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 108 (42.58% from 255) = 18.75%
R=44.27%
G=36.98%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521310800.160.58042.8610071.18
HexFFD56C0103A02b6447
Octal37732515402072053144107
Binary11111111110101011101100010000111010010101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD56C; }

 p { color: rgb(255,213,108); }

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

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

 a { background-color: rgb(255,213,108); }

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

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

 span { border-color: rgb(255,213,108); }

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