#FFDC33

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

Shades of Gorse #FFDC33

Tints of Gorse #FFDC33

Color information

#FFDC33 (or 0xFFDC33) is unknown color: approx Gorse. HEX triplet: FF, DC and 33. RGB value is (255,220,51). Sum of RGB (Red+Green+Blue) = 255+220+51=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 51 (20.31% from 255 or 9.70% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC33 is #0023CC. Grayscale: #D3D3D3. Windows color (decimal): -9165 or 3398911. OLE color: 3398911.

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

Color convert

RGB25522051-
CMYK00.140.80
HSL49.71º100%60%-
HSV(B)49.71º80%100%-
XYZ67.4372.6913.61-
YUV211.237.6159.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 51 (20.31% from 255) = 9.70%
R=48.48%
G=41.83%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552205100.140.8049.7110060
HexFFDC330E50032643c
Octal3773346301612006214474
Binary111111111101110011001101110101000001100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC33; }

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

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

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

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

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

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

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

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