#D9DA45

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

Shades of Starship #D9DA45

Tints of Starship #D9DA45

Color information

#D9DA45 (or 0xD9DA45) is unknown color: approx Starship. HEX triplet: D9, DA and 45. RGB value is (217,218,69). Sum of RGB (Red+Green+Blue) = 217+218+69=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA45 is #2625BA. Grayscale: #C9C9C9. Windows color (decimal): -2500027 or 4578009. OLE color: 4578009.

HSL color Cylindrical-coordinate representation of color #D9DA45: hue angle of 60.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9DA45 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21721869-
CMYK0.0000.680.15
HSL60.4º66.82%56.27%-
HSV(B)60.4º68.35%85.49%-
XYZ54.7665.3215.35-
YUV200.7253.67139.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 69 (27.34% from 255) = 13.69%
R=43.06%
G=43.25%
B=13.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217218690.0000.680.1560.466.8256.27
HexD9DA450044F3c4338
Octal33133210500104177410370
Binary1101100111011010100010100100010011111111001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DA45; }

 p { color: rgb(217,218,69); }

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

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

 a { background-color: rgb(217,218,69); }

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

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

 span { border-color: rgb(217,218,69); }

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