Html Css Color HEX #FFD061 Dandelion

📋 copy color: '#FFD061'

red 255 ◦ green 208 ◦ blue 97

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

Shades of Dandelion #FFD061

Tints of Dandelion #FFD061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.32%

R = 45.54%
G = 37.14%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFD061 (or 0xFFD061) is known color: Dandelion. HEX triplet: FF, D0 and 61. RGB value is (255,208,97). Sum of RGB (Red+Green+Blue) = 255+208+97=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD061 is #002F9E. Grayscale: #D1D1D1. Windows color (decimal): -12191 or 6410495. OLE color: 6410495.

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

Color convert

RGB 255 208 97 -
CMYK 0 0.18 0.62 0
HSL 42.15º 1% 0.69% -
HSV(B) 42.15º 0.62% 1% -
XYZ 65.95 67.23 20.81 -
YUV 209.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 255 208 97 0 0.18 0.62 0 42.15 1 0.69
Hex FF D0 61 0 12 3E 0 2A 64 45
Octal 377 320 141 0 22 76 0 52 144 105
Binary 11111111 11010000 1100001 0 10010 111110 0 101010 1100100 1000101

Color Harmonies of #FFD061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD061

Black with #FFD061

Text Example


Text Example

White with #FFD061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD061; }

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

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

background-color css

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

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

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

border-color css

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

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

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