#FFDD00

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

Shades of Golden Yellow #FFDD00

Tints of Golden Yellow #FFDD00

Color information

#FFDD00 (or 0xFFDD00) is unknown color: approx Golden Yellow. HEX triplet: FF, DD and 00. RGB value is (255,221,0). Sum of RGB (Red+Green+Blue) = 255+221+0=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDD00 is #0022FF. Grayscale: #CECECE. Windows color (decimal): -8960 or 56831. OLE color: 56831.

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

Color convert

RGB2552210-
CMYK00.1310
HSL52º100%50%-
HSV(B)52º100%100%-
XYZ67.172.9710.55-
YUV205.9711.76162.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.57%
G=46.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255221000.13105210050
HexFFDD00D640346432
Octal377335001514406414462
Binary1111111111011101001101110010001101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDD00; }

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

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

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

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

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

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

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

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