Html Css Color HEX #FDD064 Dandelion

📋 copy color: '#FDD064'

red 253 ◦ green 208 ◦ blue 100

#FDD064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FDD064

Tints of Dandelion #FDD064

RGB

 RED value IS 253 (99.22% from 255) = 45.1%

 GREEN value IS 208 (81.64% from 255) = 37.08%

 BLUE value IS 100 (39.45% from 255) = 17.83%

R = 45.1%
G = 37.08%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD064 (or 0xFDD064) is known color: Dandelion. HEX triplet: FD, D0 and 64. RGB value is (253,208,100). Sum of RGB (Red+Green+Blue) = 253+208+100=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD064 is #022F9B. Grayscale: #D1D1D1. Windows color (decimal): -143260 or 6607101. OLE color: 6607101.

HSL color Cylindrical-coordinate representation of color #FDD064: hue angle of 42.35º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD064 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 100 -
CMYK 0 0.18 0.60 0.01
HSL 42.35º 0.97% 0.69% -
HSV(B) 42.35º 0.6% 0.99% -
XYZ 65.36 66.91 21.53 -
YUV 209.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 253 208 100 0 0.18 0.60 0.01 42.35 0.97 0.69
Hex FD D0 64 0 12 3C 1 2A 61 45
Octal 375 320 144 0 22 74 1 52 141 105
Binary 11111101 11010000 1100100 0 10010 111100 1 101010 1100001 1000101

Color Harmonies of #FDD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD064

Black with #FDD064

Text Example


Text Example

White with #FDD064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD064; }

 p { color: rgb(253,208,100); }

 H1.HeaderClassName
 {
   color: #FDD064;
 }
 .AnyTagClassName
 {
   color: #FDD064;
 }
</style>

background-color css

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

 a { background-color: rgb(253,208,100); }

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

border-color css

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

 span { border-color: rgb(253,208,100); }

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