Html Css Color HEX #FFD266 Dandelion

📋 copy color: '#FFD266'

red 255 ◦ green 210 ◦ blue 102

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

Shades of Dandelion #FFD266

Tints of Dandelion #FFD266

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

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

R = 44.97%
G = 37.04%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFD266 (or 0xFFD266) is known color: Dandelion. HEX triplet: FF, D2 and 66. RGB value is (255,210,102). Sum of RGB (Red+Green+Blue) = 255+210+102=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 102 (40.23% from 255 or 17.99% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD266 is #002D99. Grayscale: #D3D3D3. Windows color (decimal): -11674 or 6738687. OLE color: 6738687.

HSL color Cylindrical-coordinate representation of color #FFD266: hue angle of 42.35º 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 #FFD266 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 210 102 -
CMYK 0 0.18 0.6 0
HSL 42.35º 1% 0.7% -
HSV(B) 42.35º 0.6% 1% -
XYZ 66.68 68.31 22.24 -
YUV 211.14 66.41 159.28 -
System Red Green Blue C M Y K H S L
Decimal 255 210 102 0 0.18 0.6 0 42.35 1 0.7
Hex FF D2 66 0 12 3C 0 2A 64 46
Octal 377 322 146 0 22 74 0 52 144 106
Binary 11111111 11010010 1100110 0 10010 111100 0 101010 1100100 1000110

Color Harmonies of #FFD266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD266

Black with #FFD266

Text Example


Text Example

White with #FFD266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD266; }

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

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

background-color css

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

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

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

border-color css

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

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

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