#DDDD45

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

Shades of Starship #DDDD45

Tints of Starship #DDDD45

Color information

#DDDD45 (or 0xDDDD45) is unknown color: approx Starship. HEX triplet: DD, DD and 45. RGB value is (221,221,69). Sum of RGB (Red+Green+Blue) = 221+221+69=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD45 is #2222BA. Grayscale: #CCCCCC. Windows color (decimal): -2237115 or 4578781. OLE color: 4578781.

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

Color convert

RGB22122169-
CMYK000.690.13
HSL60º69.09%56.86%-
HSV(B)60º68.78%86.67%-
XYZ56.7567.5115.67-
YUV203.6752140.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 69 (27.34% from 255) = 13.50%
R=43.25%
G=43.25%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122169000.690.136069.0956.86
HexDDDD450045D3c4539
Octal33533510500105157410571
Binary1101110111011101100010100100010111011111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD45; }

 p { color: rgb(221,221,69); }

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

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

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

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

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

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

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