#DBE942

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

Shades of Starship #DBE942

Tints of Starship #DBE942

Color information

#DBE942 (or 0xDBE942) is unknown color: approx Starship. HEX triplet: DB, E9 and 42. RGB value is (219,233,66). Sum of RGB (Red+Green+Blue) = 219+233+66=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE942 is #2416BD. Grayscale: #D2D2D2. Windows color (decimal): -2365118 or 4385243. OLE color: 4385243.

HSL color Cylindrical-coordinate representation of color #DBE942: hue angle of 65.03º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE942 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB21923366-
CMYK0.0600.720.09
HSL65.03º79.15%58.63%-
HSV(B)65.03º71.67%91.37%-
XYZ59.3473.7316.26-
YUV209.7846.86134.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 233 (91.41% from 255) = 44.98%
BLUE value IS 66 (26.17% from 255) = 12.74%
R=42.28%
G=44.98%
B=12.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal219233660.0600.720.0965.0379.1558.63
HexDBE94260489414f3b
Octal333351102601101110111773
Binary1101101111101001100001011001001000100110000011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE942; }

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

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

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

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

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

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

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

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