#FDD36E

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

Shades of Grandis #FDD36E

Tints of Grandis #FDD36E

Color information

#FDD36E (or 0xFDD36E) is unknown color: approx Grandis. HEX triplet: FD, D3 and 6E. RGB value is (253,211,110). Sum of RGB (Red+Green+Blue) = 253+211+110=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD36E is #022C91. Grayscale: #D4D4D4. Windows color (decimal): -142482 or 7263229. OLE color: 7263229.

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

Color convert

RGB253211110-
CMYK00.170.570.01
HSL42.38º97.28%71.18%-
HSV(B)42.38º56.52%99.22%-
XYZ66.6268.624.48-
YUV212.0470.41157.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 110 (43.36% from 255) = 19.16%
R=44.08%
G=36.76%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321111000.170.570.0142.3897.2871.18
HexFDD36E0113912a6147
Octal37532315602171152141107
Binary11111101110100111101110010001111001110101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD36E; }

 p { color: rgb(253,211,110); }

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

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

 a { background-color: rgb(253,211,110); }

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

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

 span { border-color: rgb(253,211,110); }

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