Html Css Color HEX #FFD065 Dandelion

📋 copy color: '#FFD065'

red 255 ◦ green 208 ◦ blue 101

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

Shades of Dandelion #FFD065

Tints of Dandelion #FFD065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 45.21%
G = 36.88%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFD065 (or 0xFFD065) is known color: Dandelion. HEX triplet: FF, D0 and 65. RGB value is (255,208,101). Sum of RGB (Red+Green+Blue) = 255+208+101=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD065 is #002F9A. Grayscale: #D2D2D2. Windows color (decimal): -12187 or 6672639. OLE color: 6672639.

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

Color convert

RGB 255 208 101 -
CMYK 0 0.18 0.60 0
HSL 41.69º 1% 0.7% -
HSV(B) 41.69º 0.6% 1% -
XYZ 66.14 67.31 21.82 -
YUV 209.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 255 208 101 0 0.18 0.60 0 41.69 1 0.7
Hex FF D0 65 0 12 3C 0 2A 64 46
Octal 377 320 145 0 22 74 0 52 144 106
Binary 11111111 11010000 1100101 0 10010 111100 0 101010 1100100 1000110

Color Harmonies of #FFD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD065

Black with #FFD065

Text Example


Text Example

White with #FFD065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD065; }

 p { color: rgb(255,208,101); }

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

background-color css

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

 a { background-color: rgb(255,208,101); }

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

border-color css

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

 span { border-color: rgb(255,208,101); }

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