#DDDA44

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

Shades of Starship #DDDA44

Tints of Starship #DDDA44

Color information

#DDDA44 (or 0xDDDA44) is unknown color: approx Starship. HEX triplet: DD, DA and 44. RGB value is (221,218,68). Sum of RGB (Red+Green+Blue) = 221+218+68=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA44 is #2225BB. Grayscale: #CACACA. Windows color (decimal): -2237884 or 4512477. OLE color: 4512477.

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

Color convert

RGB22121868-
CMYK00.010.690.13
HSL58.82º69.23%56.67%-
HSV(B)58.82º69.23%86.67%-
XYZ55.9365.9315.25-
YUV201.852.49141.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 68 (26.95% from 255) = 13.41%
R=43.59%
G=43.00%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212186800.010.690.1358.8269.2356.67
HexDDDA440145D3b4539
Octal33533210401105157310571
Binary1101110111011010100010001100010111011110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA44; }

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

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

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

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

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

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

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

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