#DBE546

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

Shades of Starship #DBE546

Tints of Starship #DBE546

Color information

#DBE546 (or 0xDBE546) is unknown color: approx Starship. HEX triplet: DB, E5 and 46. RGB value is (219,229,70). Sum of RGB (Red+Green+Blue) = 219+229+70=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE546 is #241AB9. Grayscale: #D0D0D0. Windows color (decimal): -2366138 or 4646363. OLE color: 4646363.

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

Color convert

RGB21922970-
CMYK0.0400.690.10
HSL63.77º75.36%58.63%-
HSV(B)63.77º69.43%89.8%-
XYZ58.3471.5416.53-
YUV207.8850.19135.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 229 (89.84% from 255) = 44.21%
BLUE value IS 70 (27.73% from 255) = 13.51%
R=42.28%
G=44.21%
B=13.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219229700.0400.690.1063.7775.3658.63
HexDBE5464045A404b3b
Octal333345106401051210011373
Binary1101101111100101100011010001000101101010000001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE546; }

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

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

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

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

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

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

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

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