Html Css Color HEX #FFD465 Dandelion

📋 copy color: '#FFD465'

red 255 ◦ green 212 ◦ blue 101

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

Shades of Dandelion #FFD465

Tints of Dandelion #FFD465

RGB

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

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

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

R = 44.89%
G = 37.32%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFD465 (or 0xFFD465) is known color: Dandelion. HEX triplet: FF, D4 and 65. RGB value is (255,212,101). Sum of RGB (Red+Green+Blue) = 255+212+101=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD465 is #002B9A. Grayscale: #D4D4D4. Windows color (decimal): -11163 or 6673663. OLE color: 6673663.

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

Color convert

RGB 255 212 101 -
CMYK 0 0.17 0.60 0
HSL 43.25º 1% 0.7% -
HSV(B) 43.25º 0.6% 1% -
XYZ 67.13 69.29 22.15 -
YUV 212.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 255 212 101 0 0.17 0.60 0 43.25 1 0.7
Hex FF D4 65 0 11 3C 0 2B 64 46
Octal 377 324 145 0 21 74 0 53 144 106
Binary 11111111 11010100 1100101 0 10001 111100 0 101011 1100100 1000110

Color Harmonies of #FFD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD465

Black with #FFD465

Text Example


Text Example

White with #FFD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD465; }

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

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

background-color css

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

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

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

border-color css

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

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

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