Html Css Color HEX #FDD969 Dandelion

📋 copy color: '#FDD969'

red 253 ◦ green 217 ◦ blue 105

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

Shades of Dandelion #FDD969

Tints of Dandelion #FDD969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.26%

R = 44%
G = 37.74%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDD969 (or 0xFDD969) is known color: Dandelion. HEX triplet: FD, D9 and 69. RGB value is (253,217,105). Sum of RGB (Red+Green+Blue) = 253+217+105=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 105 (41.41% from 255 or 18.26% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD969 is #022696. Grayscale: #D7D7D7. Windows color (decimal): -140951 or 6937085. OLE color: 6937085.

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

Color convert

RGB 253 217 105 -
CMYK 0 0.14 0.58 0.01
HSL 45.41º 0.97% 0.7% -
HSV(B) 45.41º 0.58% 0.99% -
XYZ 67.87 71.53 23.59 -
YUV 215 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 253 217 105 0 0.14 0.58 0.01 45.41 0.97 0.7
Hex FD D9 69 0 E 3A 1 2D 61 46
Octal 375 331 151 0 16 72 1 55 141 106
Binary 11111101 11011001 1101001 0 1110 111010 1 101101 1100001 1000110

Color Harmonies of #FDD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD969

Black with #FDD969

Text Example


Text Example

White with #FDD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD969; }

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

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

background-color css

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

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

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

border-color css

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

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

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