Html Css Color HEX #FDD964 Dandelion

📋 copy color: '#FDD964'

red 253 ◦ green 217 ◦ blue 100

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

Shades of Dandelion #FDD964

Tints of Dandelion #FDD964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

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

R = 44.39%
G = 38.07%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD964 (or 0xFDD964) is known color: Dandelion. HEX triplet: FD, D9 and 64. RGB value is (253,217,100). Sum of RGB (Red+Green+Blue) = 253+217+100=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD964 is #02269B. Grayscale: #D6D6D6. Windows color (decimal): -140956 or 6609405. OLE color: 6609405.

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

Color convert

RGB 253 217 100 -
CMYK 0 0.14 0.60 0.01
HSL 45.88º 0.97% 0.69% -
HSV(B) 45.88º 0.6% 0.99% -
XYZ 67.62 71.43 22.28 -
YUV 214.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 253 217 100 0 0.14 0.60 0.01 45.88 0.97 0.69
Hex FD D9 64 0 E 3C 1 2E 61 45
Octal 375 331 144 0 16 74 1 56 141 105
Binary 11111101 11011001 1100100 0 1110 111100 1 101110 1100001 1000101

Color Harmonies of #FDD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD964

Black with #FDD964

Text Example


Text Example

White with #FDD964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD964; }

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

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

background-color css

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

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

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

border-color css

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

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

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