#FDDC67

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

Shades of Dandelion #FDDC67

Tints of Dandelion #FDDC67

Color information

#FDDC67 (or 0xFDDC67) is unknown color: approx Dandelion. HEX triplet: FD, DC and 67. RGB value is (253,220,103). Sum of RGB (Red+Green+Blue) = 253+220+103=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC67 is #022398. Grayscale: #D9D9D9. Windows color (decimal): -140185 or 6806781. OLE color: 6806781.

HSL color Cylindrical-coordinate representation of color #FDDC67: hue angle of 46.8º 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 #FDDC67 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253220103-
CMYK00.130.590.01
HSL46.8º97.4%69.8%-
HSV(B)46.8º59.29%99.22%-
XYZ68.5573.0523.32-
YUV216.5363.93154.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 103 (40.62% from 255) = 17.88%
R=43.92%
G=38.19%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322010300.130.590.0146.897.469.8
HexFDDC670D3B12f6146
Octal37533414701573157141106
Binary1111110111011100110011101101111011110111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC67; }

 p { color: rgb(253,220,103); }

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

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

 a { background-color: rgb(253,220,103); }

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

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

 span { border-color: rgb(253,220,103); }

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