Html Css Color HEX #FDD65D Dandelion

📋 copy color: '#FDD65D'

red 253 ◦ green 214 ◦ blue 93

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

Shades of Dandelion #FDD65D

Tints of Dandelion #FDD65D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.21%

 BLUE value IS 93 (36.72% from 255) = 16.61%

R = 45.18%
G = 38.21%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDD65D (or 0xFDD65D) is known color: Dandelion. HEX triplet: FD, D6 and 5D. RGB value is (253,214,93). Sum of RGB (Red+Green+Blue) = 253+214+93=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD65D is #0229A2. Grayscale: #D4D4D4. Windows color (decimal): -141731 or 6149885. OLE color: 6149885.

HSL color Cylindrical-coordinate representation of color #FDD65D: hue angle of 45.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDD65D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 93 -
CMYK 0 0.15 0.63 0.01
HSL 45.38º 0.98% 0.68% -
HSV(B) 45.38º 0.63% 0.99% -
XYZ 66.53 69.77 20.32 -
YUV 211.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 253 214 93 0 0.15 0.63 0.01 45.38 0.98 0.68
Hex FD D6 5D 0 F 3F 1 2D 62 44
Octal 375 326 135 0 17 77 1 55 142 104
Binary 11111101 11010110 1011101 0 1111 111111 1 101101 1100010 1000100

Color Harmonies of #FDD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD65D

Black with #FDD65D

Text Example


Text Example

White with #FDD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD65D; }

 p { color: rgb(253,214,93); }

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

background-color css

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

 a { background-color: rgb(253,214,93); }

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

border-color css

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

 span { border-color: rgb(253,214,93); }

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