#FFD65C

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

Shades of Dandelion #FFD65C

Tints of Dandelion #FFD65C

Color information

#FFD65C (or 0xFFD65C) is unknown color: approx Dandelion. HEX triplet: FF, D6 and 5C. RGB value is (255,214,92). Sum of RGB (Red+Green+Blue) = 255+214+92=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD65C is #0029A3. Grayscale: #D4D4D4. Windows color (decimal): -10660 or 6084351. OLE color: 6084351.

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

Color convert

RGB25521492-
CMYK00.160.640
HSL44.91º100%68.04%-
HSV(B)44.91º63.92%100%-
XYZ67.2270.1320.12-
YUV212.3560.08158.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 92 (36.33% from 255) = 16.40%
R=45.45%
G=38.15%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552149200.160.64044.9110068.04
HexFFD65C0104002d6444
Octal377326134020100055144104
Binary111111111101011010111000100001000000010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD65C; }

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

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

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

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

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

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

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

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