#DDDC44

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

Shades of Starship #DDDC44

Tints of Starship #DDDC44

Color information

#DDDC44 (or 0xDDDC44) is unknown color: approx Starship. HEX triplet: DD, DC and 44. RGB value is (221,220,68). Sum of RGB (Red+Green+Blue) = 221+220+68=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC44 is #2223BB. Grayscale: #CBCBCB. Windows color (decimal): -2237372 or 4512989. OLE color: 4512989.

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

Color convert

RGB22122068-
CMYK00.000.690.13
HSL59.61º69.23%56.67%-
HSV(B)59.61º69.23%86.67%-
XYZ56.4666.9815.42-
YUV202.9751.83140.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 68 (26.95% from 255) = 13.36%
R=43.42%
G=43.22%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212206800.000.690.1359.6169.2356.67
HexDDDC440045D3c4539
Octal33533410400105157410571
Binary1101110111011100100010000100010111011111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC44; }

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

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

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

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

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

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

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

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