#FDCD68

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

Shades of Grandis #FDCD68

Tints of Grandis #FDCD68

Color information

#FDCD68 (or 0xFDCD68) is unknown color: approx Grandis. HEX triplet: FD, CD and 68. RGB value is (253,205,104). Sum of RGB (Red+Green+Blue) = 253+205+104=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD68 is #023297. Grayscale: #D0D0D0. Windows color (decimal): -144024 or 6868477. OLE color: 6868477.

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

Color convert

RGB253205104-
CMYK00.190.590.01
HSL40.67º97.39%70%-
HSV(B)40.67º58.89%99.22%-
XYZ64.8465.5422.33-
YUV207.8469.4160.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 104 (41.02% from 255) = 18.51%
R=45.02%
G=36.48%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320510400.190.590.0140.6797.3970
HexFDCD680133B1296146
Octal37531515002373151141106
Binary11111101110011011101000010011111011110100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD68; }

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

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

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

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

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

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

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

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