#D7DE45

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

Shades of Starship #D7DE45

Tints of Starship #D7DE45

Color information

#D7DE45 (or 0xD7DE45) is unknown color: approx Starship. HEX triplet: D7, DE and 45. RGB value is (215,222,69). Sum of RGB (Red+Green+Blue) = 215+222+69=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DE45 is #2821BA. Grayscale: #CBCBCB. Windows color (decimal): -2630075 or 4579031. OLE color: 4579031.

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

Color convert

RGB21522269-
CMYK0.0300.690.13
HSL62.75º69.86%57.06%-
HSV(B)62.75º68.92%87.06%-
XYZ55.2267.1215.68-
YUV202.4652.68136.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 69 (27.34% from 255) = 13.64%
R=42.49%
G=43.87%
B=13.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215222690.0300.690.1362.7569.8657.06
HexD7DE453045D3f4639
Octal32733610530105157710671
Binary11010111110111101000101110100010111011111111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DE45; }

 p { color: rgb(215,222,69); }

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

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

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

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

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

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

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