#D8D946

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

Shades of Starship #D8D946

Tints of Starship #D8D946

Color information

#D8D946 (or 0xD8D946) is unknown color: approx Starship. HEX triplet: D8, D9 and 46. RGB value is (216,217,70). Sum of RGB (Red+Green+Blue) = 216+217+70=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D946 is #2726B9. Grayscale: #C8C8C8. Windows color (decimal): -2565818 or 4643288. OLE color: 4643288.

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

Color convert

RGB21621770-
CMYK0.0000.680.15
HSL60.41º65.92%56.27%-
HSV(B)60.41º67.74%85.1%-
XYZ54.2464.6715.42-
YUV199.9454.67139.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 70 (27.73% from 255) = 13.92%
R=42.94%
G=43.14%
B=13.92%

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
Decimal216217700.0000.680.1560.4165.9256.27
HexD8D9460044F3c4238
Octal33033110600104177410270
Binary1101100011011001100011000100010011111111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D946; }

 p { color: rgb(216,217,70); }

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

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

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

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

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

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

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