#DBE540

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

Shades of Starship #DBE540

Tints of Starship #DBE540

Color information

#DBE540 (or 0xDBE540) is unknown color: approx Starship. HEX triplet: DB, E5 and 40. RGB value is (219,229,64). Sum of RGB (Red+Green+Blue) = 219+229+64=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE540 is #241ABF. Grayscale: #CFCFCF. Windows color (decimal): -2366144 or 4253147. OLE color: 4253147.

HSL color Cylindrical-coordinate representation of color #DBE540: hue angle of 63.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE540 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB21922964-
CMYK0.0400.720.10
HSL63.64º76.04%57.45%-
HSV(B)63.64º72.05%89.8%-
XYZ58.1671.4715.58-
YUV207.247.19136.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 64 (25.39% from 255) = 12.5%
R=42.77%
G=44.73%
B=12.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219229640.0400.720.1063.6476.0457.45
HexDBE5404048A404c39
Octal333345100401101210011471
Binary1101101111100101100000010001001000101010000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE540; }

 p { color: rgb(219,229,64); }

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

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

 a { background-color: rgb(219,229,64); }

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

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

 span { border-color: rgb(219,229,64); }

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