#dbe13c

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

Shades of Starship #DBE13C

Tints of Starship #DBE13C

Color information

#DBE13C (or 0xDBE13C) is unknown color: approx Starship. HEX triplet: DB, E1 and 3C. RGB value is (219,225,60). Sum of RGB (Red+Green+Blue) = 219+225+60=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE13C is #241EC3. Grayscale: #CDCDCD. Windows color (decimal): -2367172 or 3989979. OLE color: 3989979.

HSL color Cylindrical-coordinate representation of color #DBE13C: hue angle of 62.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE13C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB21922560-
CMYK0.0300.730.12
HSL62.18º73.33%55.88%-
HSV(B)62.18º73.33%88.24%-
XYZ56.9569.2414.64-
YUV204.446.51138.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 60 (23.83% from 255) = 11.90%
R=43.45%
G=44.64%
B=11.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219225600.0300.730.1262.1873.3355.88
HexDBE13C3049C3e4938
Octal3333417430111147611170
Binary1101101111100001111100110100100111001111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbe13c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbe13c; }

 p { color: rgb(219,225,60); }

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

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

 a { background-color: rgb(219,225,60); }

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

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

 span { border-color: rgb(219,225,60); }

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