#FFD75C

Color #FFD75C Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FFD75C

Tints of Dandelion #FFD75C

Color information

#FFD75C (or 0xFFD75C) is unknown color: approx Dandelion. HEX triplet: FF, D7 and 5C. RGB value is (255,215,92). Sum of RGB (Red+Green+Blue) = 255+215+92=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD75C is #0028A3. Grayscale: #D5D5D5. Windows color (decimal): -10404 or 6084607. OLE color: 6084607.

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

Color convert

RGB25521592-
CMYK00.160.640
HSL45.28º100%68.04%-
HSV(B)45.28º63.92%100%-
XYZ67.4770.6320.2-
YUV212.9459.75158-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 92 (36.33% from 255) = 16.37%
R=45.37%
G=38.26%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552159200.160.64045.2810068.04
HexFFD75C0104002d6444
Octal377327134020100055144104
Binary111111111101011110111000100001000000010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD75C; }

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

 H1.HeaderClassName
 {
   color: #FFD75C;
 }
 .AnyTagClassName
 {
   color: #FFD75C;
 }
</style>
background-color css

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

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

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

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

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

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