Html Css Color HEX #FDD364 Dandelion

📋 copy color: '#FDD364'

red 253 ◦ green 211 ◦ blue 100

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

Shades of Dandelion #FDD364

Tints of Dandelion #FDD364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

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

R = 44.86%
G = 37.41%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD364 (or 0xFDD364) is known color: Dandelion. HEX triplet: FD, D3 and 64. RGB value is (253,211,100). Sum of RGB (Red+Green+Blue) = 253+211+100=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD364 is #022C9B. Grayscale: #D3D3D3. Windows color (decimal): -142492 or 6607869. OLE color: 6607869.

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

Color convert

RGB 253 211 100 -
CMYK 0 0.17 0.60 0.01
HSL 43.53º 0.97% 0.69% -
HSV(B) 43.53º 0.6% 0.99% -
XYZ 66.1 68.39 21.77 -
YUV 210.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 253 211 100 0 0.17 0.60 0.01 43.53 0.97 0.69
Hex FD D3 64 0 11 3C 1 2C 61 45
Octal 375 323 144 0 21 74 1 54 141 105
Binary 11111101 11010011 1100100 0 10001 111100 1 101100 1100001 1000101

Color Harmonies of #FDD364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD364

Black with #FDD364

Text Example


Text Example

White with #FDD364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD364; }

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

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

background-color css

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

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

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

border-color css

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

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

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