Html Css Color HEX #FFD466 Dandelion

📋 copy color: '#FFD466'

red 255 ◦ green 212 ◦ blue 102

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

Shades of Dandelion #FFD466

Tints of Dandelion #FFD466

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 212 (83.2% from 255) = 37.26%

 BLUE value IS 102 (40.23% from 255) = 17.93%

R = 44.82%
G = 37.26%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFD466 (or 0xFFD466) is known color: Dandelion. HEX triplet: FF, D4 and 66. RGB value is (255,212,102). Sum of RGB (Red+Green+Blue) = 255+212+102=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD466 is #002B99. Grayscale: #D4D4D4. Windows color (decimal): -11162 or 6739199. OLE color: 6739199.

HSL color Cylindrical-coordinate representation of color #FFD466: hue angle of 43.14º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFD466 is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 102 -
CMYK 0 0.17 0.6 0
HSL 43.14º 1% 0.7% -
HSV(B) 43.14º 0.6% 1% -
XYZ 67.18 69.31 22.41 -
YUV 212.32 65.75 158.44 -
System Red Green Blue C M Y K H S L
Decimal 255 212 102 0 0.17 0.6 0 43.14 1 0.7
Hex FF D4 66 0 11 3C 0 2B 64 46
Octal 377 324 146 0 21 74 0 53 144 106
Binary 11111111 11010100 1100110 0 10001 111100 0 101011 1100100 1000110

Color Harmonies of #FFD466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD466

Black with #FFD466

Text Example


Text Example

White with #FFD466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD466; }

 p { color: rgb(255,212,102); }

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

background-color css

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

 a { background-color: rgb(255,212,102); }

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

border-color css

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

 span { border-color: rgb(255,212,102); }

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