#FFDE33

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

Shades of Gorse #FFDE33

Tints of Gorse #FFDE33

Color information

#FFDE33 (or 0xFFDE33) is unknown color: approx Gorse. HEX triplet: FF, DE and 33. RGB value is (255,222,51). Sum of RGB (Red+Green+Blue) = 255+222+51=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 51 (20.31% from 255 or 9.66% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE33 is #0021CC. Grayscale: #D5D5D5. Windows color (decimal): -8653 or 3399423. OLE color: 3399423.

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

Color convert

RGB25522251-
CMYK00.130.80
HSL50.29º100%60%-
HSV(B)50.29º80%100%-
XYZ67.9673.7413.78-
YUV212.3736.93158.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 51 (20.31% from 255) = 9.66%
R=48.30%
G=42.05%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552225100.130.8050.2910060
HexFFDE330D50032643c
Octal3773366301512006214474
Binary111111111101111011001101101101000001100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE33; }

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

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

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

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

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

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

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

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