#FFDA3B

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

Shades of Gorse #FFDA3B

Tints of Gorse #FFDA3B

Color information

#FFDA3B (or 0xFFDA3B) is unknown color: approx Gorse. HEX triplet: FF, DA and 3B. RGB value is (255,218,59). Sum of RGB (Red+Green+Blue) = 255+218+59=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3B is #0025C4. Grayscale: #D3D3D3. Windows color (decimal): -9669 or 3922687. OLE color: 3922687.

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

Color convert

RGB25521859-
CMYK00.150.770
HSL48.67º100%61.57%-
HSV(B)48.67º76.86%100%-
XYZ67.171.7214.44-
YUV210.9442.26159.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 59 (23.44% from 255) = 11.09%
R=47.93%
G=40.98%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552185900.150.77048.6710061.57
HexFFDA3B0F4D031643e
Octal3773327301711506114476
Binary111111111101101011101101111100110101100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA3B; }

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

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

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

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

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

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

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

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