Html Css Color HEX #FDD063 Dandelion

📋 copy color: '#FDD063'

red 253 ◦ green 208 ◦ blue 99

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

Shades of Dandelion #FDD063

Tints of Dandelion #FDD063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.68%

R = 45.18%
G = 37.14%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDD063 (or 0xFDD063) is known color: Dandelion. HEX triplet: FD, D0 and 63. RGB value is (253,208,99). Sum of RGB (Red+Green+Blue) = 253+208+99=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD063 is #022F9C. Grayscale: #D1D1D1. Windows color (decimal): -143261 or 6541565. OLE color: 6541565.

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

Color convert

RGB 253 208 99 -
CMYK 0 0.18 0.61 0.01
HSL 42.47º 0.97% 0.69% -
HSV(B) 42.47º 0.61% 0.99% -
XYZ 65.32 66.9 21.27 -
YUV 209.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 253 208 99 0 0.18 0.61 0.01 42.47 0.97 0.69
Hex FD D0 63 0 12 3D 1 2A 61 45
Octal 375 320 143 0 22 75 1 52 141 105
Binary 11111101 11010000 1100011 0 10010 111101 1 101010 1100001 1000101

Color Harmonies of #FDD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD063

Black with #FDD063

Text Example


Text Example

White with #FDD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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