#FDCD71

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

Shades of Grandis #FDCD71

Tints of Grandis #FDCD71

Color information

#FDCD71 (or 0xFDCD71) is unknown color: approx Grandis. HEX triplet: FD, CD and 71. RGB value is (253,205,113). Sum of RGB (Red+Green+Blue) = 253+205+113=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 113 (44.53% from 255 or 19.79% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD71 is #02328E. Grayscale: #D1D1D1. Windows color (decimal): -144015 or 7458301. OLE color: 7458301.

HSL color Cylindrical-coordinate representation of color #FDCD71: hue angle of 39.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDCD71 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253205113-
CMYK00.190.550.01
HSL39.43º97.22%71.76%-
HSV(B)39.43º55.34%99.22%-
XYZ65.3265.7424.87-
YUV208.8673.9159.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 113 (44.53% from 255) = 19.79%
R=44.31%
G=35.90%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320511300.190.550.0139.4397.2271.76
HexFDCD71013371276148
Octal37531516102367147141110
Binary11111101110011011110001010011110111110011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD71; }

 p { color: rgb(253,205,113); }

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

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

 a { background-color: rgb(253,205,113); }

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

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

 span { border-color: rgb(253,205,113); }

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