Html Css Color HEX #FFD264 Dandelion

📋 copy color: '#FFD264'

red 255 ◦ green 210 ◦ blue 100

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

Shades of Dandelion #FFD264

Tints of Dandelion #FFD264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.7%

R = 45.13%
G = 37.17%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFD264 (or 0xFFD264) is known color: Dandelion. HEX triplet: FF, D2 and 64. RGB value is (255,210,100). Sum of RGB (Red+Green+Blue) = 255+210+100=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD264 is #002D9B. Grayscale: #D3D3D3. Windows color (decimal): -11676 or 6607615. OLE color: 6607615.

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

Color convert

RGB 255 210 100 -
CMYK 0 0.18 0.61 0
HSL 42.58º 1% 0.7% -
HSV(B) 42.58º 0.61% 1% -
XYZ 66.59 68.27 21.73 -
YUV 210.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 255 210 100 0 0.18 0.61 0 42.58 1 0.7
Hex FF D2 64 0 12 3D 0 2B 64 46
Octal 377 322 144 0 22 75 0 53 144 106
Binary 11111111 11010010 1100100 0 10010 111101 0 101011 1100100 1000110

Color Harmonies of #FFD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD264

Black with #FFD264

Text Example


Text Example

White with #FFD264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD264; }

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

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

background-color css

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

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

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

border-color css

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

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

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