Html Css Color HEX #FDD963 Dandelion

📋 copy color: '#FDD963'

red 253 ◦ green 217 ◦ blue 99

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

Shades of Dandelion #FDD963

Tints of Dandelion #FDD963

RGB

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

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

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

R = 44.46%
G = 38.14%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDD963 (or 0xFDD963) is known color: Dandelion. HEX triplet: FD, D9 and 63. RGB value is (253,217,99). Sum of RGB (Red+Green+Blue) = 253+217+99=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 99 (39.06% from 255 or 17.40% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD963 is #02269C. Grayscale: #D6D6D6. Windows color (decimal): -140957 or 6543869. OLE color: 6543869.

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

Color convert

RGB 253 217 99 -
CMYK 0 0.14 0.61 0.01
HSL 45.97º 0.97% 0.69% -
HSV(B) 45.97º 0.61% 0.99% -
XYZ 67.57 71.41 22.03 -
YUV 214.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 253 217 99 0 0.14 0.61 0.01 45.97 0.97 0.69
Hex FD D9 63 0 E 3D 1 2E 61 45
Octal 375 331 143 0 16 75 1 56 141 105
Binary 11111101 11011001 1100011 0 1110 111101 1 101110 1100001 1000101

Color Harmonies of #FDD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD963

Black with #FDD963

Text Example


Text Example

White with #FDD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD963; }

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

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

background-color css

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

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

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

border-color css

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

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

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