#DDD844

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

Shades of Starship #DDD844

Tints of Starship #DDD844

Color information

#DDD844 (or 0xDDD844) is unknown color: approx Starship. HEX triplet: DD, D8 and 44. RGB value is (221,216,68). Sum of RGB (Red+Green+Blue) = 221+216+68=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD844 is #2227BB. Grayscale: #C9C9C9. Windows color (decimal): -2238396 or 4511965. OLE color: 4511965.

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

Color convert

RGB22121668-
CMYK00.020.690.13
HSL58.04º69.23%56.67%-
HSV(B)58.04º69.23%86.67%-
XYZ55.4264.915.08-
YUV200.6253.16142.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 216 (84.77% from 255) = 42.77%
BLUE value IS 68 (26.95% from 255) = 13.47%
R=43.76%
G=42.77%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212166800.020.690.1358.0469.2356.67
HexDDD8440245D3a4539
Octal33533010402105157210571
Binary11011101110110001000100010100010111011110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD844; }

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

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

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

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

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

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

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

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