#FFDA40

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

Shades of Gorse #FFDA40

Tints of Gorse #FFDA40

Color information

#FFDA40 (or 0xFFDA40) is unknown color: approx Gorse. HEX triplet: FF, DA and 40. RGB value is (255,218,64). Sum of RGB (Red+Green+Blue) = 255+218+64=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA40 is #0025BF. Grayscale: #D4D4D4. Windows color (decimal): -9664 or 4250367. OLE color: 4250367.

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

Color convert

RGB25521864-
CMYK00.150.750
HSL48.38º100%62.55%-
HSV(B)48.38º74.9%100%-
XYZ67.2471.7715.16-
YUV211.5144.76159.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 64 (25.39% from 255) = 11.92%
R=47.49%
G=40.60%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552186400.150.75048.3810062.55
HexFFDA400F4B030643f
Octal37733210001711306014477
Binary1111111111011010100000001111100101101100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA40; }

 p { color: rgb(255,218,64); }

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

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

 a { background-color: rgb(255,218,64); }

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

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

 span { border-color: rgb(255,218,64); }

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