#FFDF33

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

Shades of Gorse #FFDF33

Tints of Gorse #FFDF33

Color information

#FFDF33 (or 0xFFDF33) is unknown color: approx Gorse. HEX triplet: FF, DF and 33. RGB value is (255,223,51). Sum of RGB (Red+Green+Blue) = 255+223+51=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF33 is #0020CC. Grayscale: #D5D5D5. Windows color (decimal): -8397 or 3399679. OLE color: 3399679.

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

Color convert

RGB25522351-
CMYK00.130.80
HSL50.59º100%60%-
HSV(B)50.59º80%100%-
XYZ68.2374.2713.87-
YUV212.9636.6157.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 51 (20.31% from 255) = 9.64%
R=48.20%
G=42.16%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552235100.130.8050.5910060
HexFFDF330D50033643c
Octal3773376301512006314474
Binary111111111101111111001101101101000001100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDF33; }

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

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

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

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

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

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

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

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