#FFDD32

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

Shades of Gorse #FFDD32

Tints of Gorse #FFDD32

Color information

#FFDD32 (or 0xFFDD32) is unknown color: approx Gorse. HEX triplet: FF, DD and 32. RGB value is (255,221,50). Sum of RGB (Red+Green+Blue) = 255+221+50=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD32 is #0022CD. Grayscale: #D4D4D4. Windows color (decimal): -8910 or 3333631. OLE color: 3333631.

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

Color convert

RGB25522150-
CMYK00.130.800
HSL50.05º100%59.8%-
HSV(B)50.05º80.39%100%-
XYZ67.6773.213.58-
YUV211.6736.76158.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 50 (19.92% from 255) = 9.51%
R=48.48%
G=42.02%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552215000.130.80050.0510059.8
HexFFDD320D50032643c
Octal3773356201512006214474
Binary111111111101110111001001101101000001100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD32; }

 p { color: rgb(255,221,50); }

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

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

 a { background-color: rgb(255,221,50); }

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

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

 span { border-color: rgb(255,221,50); }

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