#D9D945

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

Shades of Starship #D9D945

Tints of Starship #D9D945

Color information

#D9D945 (or 0xD9D945) is unknown color: approx Starship. HEX triplet: D9, D9 and 45. RGB value is (217,217,69). Sum of RGB (Red+Green+Blue) = 217+217+69=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D945 is #2626BA. Grayscale: #C8C8C8. Windows color (decimal): -2500283 or 4577753. OLE color: 4577753.

HSL color Cylindrical-coordinate representation of color #D9D945: hue angle of 60º degrees, saturation: 0.66, 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 #D9D945 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21721769-
CMYK000.680.15
HSL60º66.07%56.08%-
HSV(B)60º68.2%85.1%-
XYZ54.564.8115.27-
YUV200.1354140.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 69 (27.34% from 255) = 13.72%
R=43.14%
G=43.14%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721769000.680.156066.0756.08
HexD9D9450044F3c4238
Octal33133110500104177410270
Binary1101100111011001100010100100010011111111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D945; }

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

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

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

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

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

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

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

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