Html Css Color HEX #FFD75B Dandelion

📋 copy color: '#FFD75B'

red 255 ◦ green 215 ◦ blue 91

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

Shades of Dandelion #FFD75B

Tints of Dandelion #FFD75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

 BLUE value IS 91 (35.94% from 255) = 16.22%

R = 45.45%
G = 38.32%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFD75B (or 0xFFD75B) is known color: Dandelion. HEX triplet: FF, D7 and 5B. RGB value is (255,215,91). Sum of RGB (Red+Green+Blue) = 255+215+91=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD75B is #0028A4. Grayscale: #D5D5D5. Windows color (decimal): -10405 or 6019071. OLE color: 6019071.

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

Color convert

RGB 255 215 91 -
CMYK 0 0.16 0.64 0
HSL 45.37º 1% 0.68% -
HSV(B) 45.37º 0.64% 1% -
XYZ 67.43 70.62 19.97 -
YUV 212.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 255 215 91 0 0.16 0.64 0 45.37 1 0.68
Hex FF D7 5B 0 10 40 0 2D 64 44
Octal 377 327 133 0 20 100 0 55 144 104
Binary 11111111 11010111 1011011 0 10000 1000000 0 101101 1100100 1000100

Color Harmonies of #FFD75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD75B

Black with #FFD75B

Text Example


Text Example

White with #FFD75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD75B; }

 p { color: rgb(255,215,91); }

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

background-color css

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

 a { background-color: rgb(255,215,91); }

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

border-color css

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

 span { border-color: rgb(255,215,91); }

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