#dbe542

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

Shades of Starship #DBE542

Tints of Starship #DBE542

Color information

#DBE542 (or 0xDBE542) is unknown color: approx Starship. HEX triplet: DB, E5 and 42. RGB value is (219,229,66). Sum of RGB (Red+Green+Blue) = 219+229+66=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE542 is #241ABD. Grayscale: #D0D0D0. Windows color (decimal): -2366142 or 4384219. OLE color: 4384219.

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

Color convert

RGB21922966-
CMYK0.0400.710.10
HSL63.68º75.81%57.84%-
HSV(B)63.68º71.18%89.8%-
XYZ58.2271.4915.89-
YUV207.4348.19136.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 66 (26.17% from 255) = 12.84%
R=42.61%
G=44.55%
B=12.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219229660.0400.710.1063.6875.8157.84
HexDBE5424047A404c3a
Octal333345102401071210011472
Binary1101101111100101100001010001000111101010000001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbe542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbe542; }

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

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

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

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

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

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

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

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