#FDCD69

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

Shades of Grandis #FDCD69

Tints of Grandis #FDCD69

Color information

#FDCD69 (or 0xFDCD69) is unknown color: approx Grandis. HEX triplet: FD, CD and 69. RGB value is (253,205,105). Sum of RGB (Red+Green+Blue) = 253+205+105=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 105 (41.41% from 255 or 18.65% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD69 is #023296. Grayscale: #D0D0D0. Windows color (decimal): -144023 or 6934013. OLE color: 6934013.

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

Color convert

RGB253205105-
CMYK00.190.580.01
HSL40.54º97.37%70.2%-
HSV(B)40.54º58.5%99.22%-
XYZ64.8965.5722.6-
YUV207.9569.9160.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 105 (41.41% from 255) = 18.65%
R=44.94%
G=36.41%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320510500.190.580.0140.5497.3770.2
HexFDCD690133A1296146
Octal37531515102372151141106
Binary11111101110011011101001010011111010110100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD69; }

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

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

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

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

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

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

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

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