#DDDA46

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

Shades of Starship #DDDA46

Tints of Starship #DDDA46

Color information

#DDDA46 (or 0xDDDA46) is unknown color: approx Starship. HEX triplet: DD, DA and 46. RGB value is (221,218,70). Sum of RGB (Red+Green+Blue) = 221+218+70=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA46 is #2225B9. Grayscale: #CACACA. Windows color (decimal): -2237882 or 4643549. OLE color: 4643549.

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

Color convert

RGB22121870-
CMYK00.010.680.13
HSL58.81º68.95%57.06%-
HSV(B)58.81º68.33%86.67%-
XYZ5665.9615.57-
YUV202.0253.49141.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 70 (27.73% from 255) = 13.75%
R=43.42%
G=42.83%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212187000.010.680.1358.8168.9557.06
HexDDDA460144D3b4539
Octal33533210601104157310571
Binary1101110111011010100011001100010011011110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA46; }

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

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

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

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

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

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

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

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