#D7D940

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

Shades of Starship #D7D940

Tints of Starship #D7D940

Color information

#D7D940 (or 0xD7D940) is unknown color: approx Starship. HEX triplet: D7, D9 and 40. RGB value is (215,217,64). Sum of RGB (Red+Green+Blue) = 215+217+64=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D940 is #2826BF. Grayscale: #C7C7C7. Windows color (decimal): -2631360 or 4250071. OLE color: 4250071.

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

Color convert

RGB21521764-
CMYK0.0100.710.15
HSL60.78º66.81%55.1%-
HSV(B)60.78º70.51%85.1%-
XYZ53.7664.4414.46-
YUV198.9651.84139.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.35%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=43.35%
G=43.75%
B=12.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215217640.0100.710.1560.7866.8155.1
HexD7D9401047F3d4337
Octal32733110010107177510367
Binary1101011111011001100000010100011111111111011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D940; }

 p { color: rgb(215,217,64); }

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

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

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

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

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

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

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