#FFDE3D

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

Shades of Gorse #FFDE3D

Tints of Gorse #FFDE3D

Color information

#FFDE3D (or 0xFFDE3D) is unknown color: approx Gorse. HEX triplet: FF, DE and 3D. RGB value is (255,222,61). Sum of RGB (Red+Green+Blue) = 255+222+61=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE3D is #0021C2. Grayscale: #D6D6D6. Windows color (decimal): -8643 or 4054783. OLE color: 4054783.

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

Color convert

RGB25522261-
CMYK00.130.760
HSL49.79º100%61.96%-
HSV(B)49.79º76.08%100%-
XYZ68.273.8415.07-
YUV213.5141.93157.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 61 (24.22% from 255) = 11.34%
R=47.40%
G=41.26%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552226100.130.76049.7910061.96
HexFFDE3D0D4C032643e
Octal3773367501511406214476
Binary111111111101111011110101101100110001100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE3D; }

 p { color: rgb(255,222,61); }

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

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

 a { background-color: rgb(255,222,61); }

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

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

 span { border-color: rgb(255,222,61); }

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