#FDCD77

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

Shades of Grandis #FDCD77

Tints of Grandis #FDCD77

Color information

#FDCD77 (or 0xFDCD77) is unknown color: approx Grandis. HEX triplet: FD, CD and 77. RGB value is (253,205,119). Sum of RGB (Red+Green+Blue) = 253+205+119=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD77 is #023288. Grayscale: #D1D1D1. Windows color (decimal): -144009 or 7851517. OLE color: 7851517.

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

Color convert

RGB253205119-
CMYK00.190.530.01
HSL38.51º97.1%72.94%-
HSV(B)38.51º52.96%99.22%-
XYZ65.6765.8826.71-
YUV209.5576.9158.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 119 (46.88% from 255) = 20.62%
R=43.85%
G=35.53%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320511900.190.530.0138.5197.172.94
HexFDCD77013351276149
Octal37531516702365147141111
Binary11111101110011011110111010011110101110011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD77; }

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

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

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

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

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

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

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

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