Html Css Color HEX #FFD560 Dandelion

📋 copy color: '#FFD560'

red 255 ◦ green 213 ◦ blue 96

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

Shades of Dandelion #FFD560

Tints of Dandelion #FFD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

 BLUE value IS 96 (37.89% from 255) = 17.02%

R = 45.21%
G = 37.77%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFD560 (or 0xFFD560) is known color: Dandelion. HEX triplet: FF, D5 and 60. RGB value is (255,213,96). Sum of RGB (Red+Green+Blue) = 255+213+96=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD560 is #002A9F. Grayscale: #D4D4D4. Windows color (decimal): -10912 or 6346239. OLE color: 6346239.

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

Color convert

RGB 255 213 96 -
CMYK 0 0.16 0.62 0
HSL 44.15º 1% 0.69% -
HSV(B) 44.15º 0.62% 1% -
XYZ 67.15 69.69 20.98 -
YUV 212.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 255 213 96 0 0.16 0.62 0 44.15 1 0.69
Hex FF D5 60 0 10 3E 0 2C 64 45
Octal 377 325 140 0 20 76 0 54 144 105
Binary 11111111 11010101 1100000 0 10000 111110 0 101100 1100100 1000101

Color Harmonies of #FFD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD560

Black with #FFD560

Text Example


Text Example

White with #FFD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD560; }

 p { color: rgb(255,213,96); }

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

background-color css

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

 a { background-color: rgb(255,213,96); }

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

border-color css

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

 span { border-color: rgb(255,213,96); }

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