#DDDA00

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

Shades of Golden Yellow #DDDA00

Tints of Golden Yellow #DDDA00

Color information

#DDDA00 (or 0xDDDA00) is unknown color: approx Golden Yellow. HEX triplet: DD, DA and 00. RGB value is (221,218,0). Sum of RGB (Red+Green+Blue) = 221+218+0=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA00 is #2225FF. Grayscale: #C2C2C2. Windows color (decimal): -2237952 or 56029. OLE color: 56029.

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

Color convert

RGB2212180-
CMYK00.0110.13
HSL59.19º100%43.33%-
HSV(B)59.19º100%86.67%-
XYZ54.8965.519.75-
YUV194.0418.49147.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 218 (85.55% from 255) = 49.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.34%
G=49.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221218000.0110.1359.1910043.33
HexDDDA00164D3b642b
Octal335332001144157314453
Binary1101110111011010001110010011011110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA00; }

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

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

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

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

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

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

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

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