#DDD43A

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

Shades of Starship #DDD43A

Tints of Starship #DDD43A

Color information

#DDD43A (or 0xDDD43A) is unknown color: approx Starship. HEX triplet: DD, D4 and 3A. RGB value is (221,212,58). Sum of RGB (Red+Green+Blue) = 221+212+58=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43A is #222BC5. Grayscale: #C5C5C5. Windows color (decimal): -2239430 or 3855581. OLE color: 3855581.

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

Color convert

RGB22121258-
CMYK00.040.740.13
HSL56.69º70.56%54.71%-
HSV(B)56.69º73.76%86.67%-
XYZ54.1362.7613.27-
YUV197.1349.48145.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 58 (23.05% from 255) = 11.81%
R=45.01%
G=43.18%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212125800.040.740.1356.6970.5654.71
HexDDD43A044AD394737
Octal3353247204112157110767
Binary11011101110101001110100100100101011011110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD43A; }

 p { color: rgb(221,212,58); }

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

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

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

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

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

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

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