#ffda3c

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

Shades of Gorse #FFDA3C

Tints of Gorse #FFDA3C

Color information

#FFDA3C (or 0xFFDA3C) is unknown color: approx Gorse. HEX triplet: FF, DA and 3C. RGB value is (255,218,60). Sum of RGB (Red+Green+Blue) = 255+218+60=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3C is #0025C3. Grayscale: #D3D3D3. Windows color (decimal): -9668 or 3988223. OLE color: 3988223.

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

Color convert

RGB25521860-
CMYK00.150.760
HSL48.62º100%61.76%-
HSV(B)48.62º76.47%100%-
XYZ67.1371.7314.58-
YUV211.0542.76159.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.84%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 60 (23.83% from 255) = 11.26%
R=47.84%
G=40.90%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552186000.150.76048.6210061.76
HexFFDA3C0F4C031643e
Octal3773327401711406114476
Binary111111111101101011110001111100110001100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffda3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffda3c; }

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

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

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

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

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

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

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

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